Skip to content

Commit

Permalink
Revert "adding python version environmental markers in the new style"
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdada authored Aug 8, 2018
1 parent e916e79 commit fd1771c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,11 +276,11 @@ def cython_extensions_and_necessity():
}

INSTALL_REQUIRES = (
"six>=1.5.2",
"futures>=2.2.0 ; python_version<'3.2'",
"enum34>=1.0.4 ; python_version<'3.4'"
'six>=1.5.2',
)

if not PY3:
INSTALL_REQUIRES += ('futures>=2.2.0', 'enum34>=1.0.4')

SETUP_REQUIRES = INSTALL_REQUIRES + (
'sphinx>=1.3',
Expand Down

0 comments on commit fd1771c

Please sign in to comment.