We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612dbfb commit f62b12dCopy full SHA for f62b12d
requirements-tests.txt
@@ -14,6 +14,6 @@ sqlalchemy>=1.1.15
14
#wsgiref>=0.1.2
15
verboselogs >= 1.5
16
tornado==4.5.3
17
-Twisted>=20.3.0
+Twisted[serial]>=20.3.0
18
zope.interface>=4.4.0
19
asynctest>=0.10.0
setup.py
@@ -83,7 +83,7 @@
83
'sphinx_rtd_theme',
84
'humanfriendly'],
85
'twisted': [
86
- 'twisted >= 20.3.0',
+ 'twisted[serial] >= 20.3.0',
87
'pyasn1 >= 0.1.4',
88
],
89
'tornado': [
0 commit comments