Skip to content

Commit

Permalink
Fixing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AuHau committed May 24, 2019
1 parent 0134176 commit 808c5cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
blessings==1.7
readchar==2.0.1
python-editor==1.0.4
# All dependencies should be placed in setup.py
.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,6 @@ def run_tests(self):
install_requires=[
'blessings >= 1.7',
'readchar >= 2.0.0',
'python-editor==1.0.4'
],
)

0 comments on commit 808c5cc

Please sign in to comment.