Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
skyreflectedinmirrors committed Apr 20, 2017
1 parent 95f5a84 commit db01fdc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ requirements:
build:
- python >=2.7,<3|>=3.5,{{PY_VER}}*
- setuptools
- six

run:
- python {{PY_VER}}*
Expand Down
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
print('Warning: pypandoc module not found, could not convert Markdown to RST')
long_description = desc

install_require = [
'six'
]

tests_require = [
'nose',
]
Expand All @@ -37,6 +41,7 @@
packages=['optionloop', 'optionloop.tests'],
zip_safe=True,
test_suite='nose.collector',
install_require=install_require,
tests_require=tests_require,
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit db01fdc

Please sign in to comment.