Skip to content

Commit

Permalink
Adding requests as a requirement for this package
Browse files Browse the repository at this point in the history
Fixes #6
  • Loading branch information
fhightower committed Jan 9, 2020
1 parent 9506854 commit d2584c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -14,7 +14,7 @@

requirements = [
'docopt>=0.6',
# TODO: put package requirements here
'requests'
]

test_requirements = [
Expand Down

0 comments on commit d2584c4

Please sign in to comment.