Skip to content

Commit

Permalink
Fix conditional dependency in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel committed Oct 17, 2016
1 parent 21e24bb commit fda0dca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,8 @@
"isodate>=0.5.4",
"certifi>=2015.9.6.2",
"chardet>=2.3.0",
"enum34>=1.0.4;python_version < '3.4'"],
],
extras_require={
":python_version<'3.4'": ['enum34>=1.0.4'],
}
)

0 comments on commit fda0dca

Please sign in to comment.