Skip to content

Commit

Permalink
Do not install enum34 on python >= 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Nov 11, 2020
1 parent 90bc5fb commit f3c56ea
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 @@ -12,7 +12,7 @@
requires = [
'requests>=1.0.0,<3.0',
'pycountry',
'enum34',
'enum34; python_version < "3.4"',
]

tests_require = [
Expand Down

0 comments on commit f3c56ea

Please sign in to comment.