Skip to content

Commit

Permalink
[Dep]: adding requests to the install requires
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetrucciani committed Sep 25, 2018
1 parent cc36fb6 commit 489ba06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pybugsnag/globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""


__version__ = "0.0.3"
__version__ = "0.0.4"


LIBRARY = "pybugsnag"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
download_url="https://github.com/jpetrucciani/{}.git".format(LIBRARY),
license="LICENSE",
packages=find_packages(),
install_requires=["requests"],
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
Expand Down

0 comments on commit 489ba06

Please sign in to comment.