Skip to content

Commit

Permalink
remove external readline dependency to use standard version.
Browse files Browse the repository at this point in the history
  • Loading branch information
aegirhall committed Nov 2, 2018
1 parent c6c6f8f commit 5c41359
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 5c41359

Please sign in to comment.