Skip to content

Commit

Permalink
Add sentry-sdk to install_requires pkg list
Browse files Browse the repository at this point in the history
Missed in rev e14080a.
  • Loading branch information
douglatornell committed Mar 3, 2021
1 parent 3ca7212 commit d6b911b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

import __pkg_metadata__


python_classifiers = [
f"Programming Language :: Python :: {py_version}"
for py_version in ("3", "3.6", "3.7", "3.8")
Expand Down Expand Up @@ -48,6 +47,7 @@
"pyzmq",
"requests",
"schedule",
"sentry-sdk",
"supervisor",
]
tests_require = ["coverage", "pytest"]
Expand Down

0 comments on commit d6b911b

Please sign in to comment.