updated for older setuptools

This commit is contained in:
ekohilas
2017-10-04 01:57:02 +11:00
parent ee33e92bed
commit f0271e17b0
2 changed files with 11 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
requests
lxml
beautifulsoup4
enum34; python_version == '2.7'
enum34; python_version < '3.4'