Remove six from requirements and setup files

This commit is contained in:
Eugenio Lacuesta 2019-11-03 12:30:34 -03:00
parent 00b793dc59
commit 0c4e5b68ea
No known key found for this signature in database
GPG Key ID: DA3EF2D0913E9810
2 changed files with 0 additions and 2 deletions

View File

@ -13,5 +13,4 @@ cryptography>=2.0 # Earlier versions would fail to install
cssselect>=0.9.1
lxml>=3.5.0
service_identity>=16.0.0
six>=1.10.0
zope.interface>=4.1.3

View File

@ -72,7 +72,6 @@ setup(
'pyOpenSSL>=16.2.0',
'queuelib>=1.4.2',
'service_identity>=16.0.0',
'six>=1.10.0',
'w3lib>=1.17.0',
'zope.interface>=4.1.3',
'protego>=0.1.15',