Skip to content

Commit

Permalink
removing spaces from environment marker
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoil committed Jun 20, 2019
1 parent 7c8f47a commit 200ddf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -48,7 +48,7 @@
'future',
'swaggapi>=0.6.5',
'cached_property',
'statistics ; python_version < "3"',
'statistics;python_version<"3.4"',
],
extras_require={
"dev": [
Expand Down

0 comments on commit 200ddf6

Please sign in to comment.