diff setup.py @ 439:36c9fb677f1d

removed `sat_tmp.twisted` patches + update minimum Twisted version: - `sat_tmp` patches are not needed anymore and cause trouble with latest Twisted (21.02) - update minimum to `20.3.0` which is the first one to support Python 3.8
author Goffi <goffi@goffi.org>
date Thu, 18 Mar 2021 22:23:37 +0100
parents ee722faa3e93
children 9125a6e440c0
line wrap: on
line diff
--- a/setup.py	Sat Feb 27 21:20:32 2021 +0100
+++ b/setup.py	Thu Mar 18 22:23:37 2021 +0100
@@ -25,6 +25,7 @@
 
 install_requires = [
     'wokkel >= 0.7.1',
+    'twisted >= 20.3.0',
     'psycopg2',
     'sat_tmp',
     'uuid',