Skip to content

Commit

Permalink
Merge pull request #94 from shanedabes/feature/no-versions-in-setup
Browse files Browse the repository at this point in the history
No versions in setup.py
  • Loading branch information
surskitt authored Feb 29, 2020
2 parents 8b6c7eb + 8af698e commit bf2dba9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
history = history_file.read()

requirements = [
'buku==4.1',
'requests==2.21.0',
'ConfigArgParse==0.14.0'
'buku',
'requests',
'ConfigArgParse'
]

setup_requirements = ['pytest-runner', ]
Expand Down

0 comments on commit bf2dba9

Please sign in to comment.