Skip to content

Commit

Permalink
Merge pull request #9 from aegirhall/develop
Browse files Browse the repository at this point in the history
remove external readline dependency to use standard version.
  • Loading branch information
aegirhall authored Nov 2, 2018
2 parents b39aff8 + 5c41359 commit 262cb34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@

pycodestyle>=2.3.1
pytest>=2.8.7
readline
six
six
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def read(*filenames, **kwargs):
description='A simple console menu system',
long_description=read("README.rst", "CHANGELOG.rst"),
packages=find_packages(),
install_requires=['six', 'readline'],
install_requires=['six'],
# setup_requires=['pytest-runner'],
# tests_require=['tox'],
# cmdclass={'test': Tox},
Expand Down

0 comments on commit 262cb34

Please sign in to comment.