Skip to content

Commit

Permalink
Merge pull request #32 from EvanPurkhiser/fix-enum34
Browse files Browse the repository at this point in the history
Do not install enum34 on python >= 3.4
  • Loading branch information
JanmanX committed Jan 28, 2021
2 parents eaec75f + f3c56ea commit 0bcf8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
requires = [
'requests>=1.0.0,<3.0',
'pycountry',
'enum34',
'enum34; python_version < "3.4"',
]

tests_require = [
Expand Down

0 comments on commit 0bcf8c0

Please sign in to comment.