Skip to content

Commit

Permalink
Cleanup requirments
Browse files Browse the repository at this point in the history
  • Loading branch information
avylove committed Jul 9, 2018
1 parent e164074 commit a99aa7f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

from setup_helpers import get_version, readme

REQUIRES = ['blessed']
SETUP_REQUIRES = []
TESTS_REQUIRE = []

# Additional requirements
Expand Down Expand Up @@ -47,8 +45,7 @@
url='https://github.com/Rockhopper-Technologies/enlighten',
license='MPLv2.0',
zip_safe=False,
install_requires=REQUIRES,
setup_requires=SETUP_REQUIRES,
install_requires=['blessed'],
tests_require=TESTS_REQUIRE,
py_modules=['enlighten'],
test_suite='tests',
Expand Down

0 comments on commit a99aa7f

Please sign in to comment.