Only support Twisted prior to v17

This commit is contained in:
Paul Tremberth 2017-03-02 14:22:28 +01:00
parent 3f4616c6b9
commit 459ff0397d
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Twisted>=10.0.0
Twisted>=10.0.0,<=16.6
lxml
pyOpenSSL
cssselect>=0.9

View File

@ -37,7 +37,7 @@ setup(
'Topic :: Software Development :: Libraries :: Python Modules',
],
install_requires=[
'Twisted>=10.0.0',
'Twisted>=10.0.0,<=16.6',
'w3lib>=1.8.0',
'queuelib',
'lxml',