Skip to content

Commit

Permalink
Require enum34 for Python 2.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
ppentchev committed May 7, 2020
1 parent d6d1f24 commit e10f277
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements/build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
nose
Sphinx
sphinxcontrib-programoutput
enum34; python_version < '3'
3 changes: 2 additions & 1 deletion requirements/release.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
wheel
setuptools
twine
nose
nose
enum34; python_version < '3'
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@
'Programming Language :: Python :: 3.5',
'Topic :: Software Development :: Testing',
],
setup_requires=['enum34; python_version < "3"', 'nose'],
install_requires=['enum34; python_version < "3"', 'nose'],
)

0 comments on commit e10f277

Please sign in to comment.