Skip to content

Commit

Permalink
Merge pull request #85 from ppentchev/roam-req-enum34
Browse files Browse the repository at this point in the history
Require enum34 for Python 2.x.
  • Loading branch information
wswld authored May 15, 2020
2 parents 97cf43b + daef316 commit abde58e
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
@@ -1,3 +1,4 @@
-r test.txt
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
pytest
pytest
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"'],
install_requires=['enum34; python_version < "3"'],
)

0 comments on commit abde58e

Please sign in to comment.