Make use aenum instead of the default enum

This commit is contained in:
Mads Marquart
2018-12-12 22:39:31 +01:00
parent 2f8d0728ba
commit 381227af66
4 changed files with 5 additions and 8 deletions

View File

@@ -43,9 +43,6 @@ include_package_data = True
packages = find:
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4.0
install_requires =
aenum
requests
beautifulsoup4
# May not work in pip with bdist_wheel
# See https://wheel.readthedocs.io/en/latest/#defining-conditional-dependencies
# It is therefore defined in setup.py
# enum34; python_version < '3.4'