Skip to content

Commit

Permalink
Add deprecation library to install_requires
Browse files Browse the repository at this point in the history
It was added to requirements.txt but not setup.py
  • Loading branch information
Deconstrained committed May 1, 2023
1 parent 38cf8b0 commit d6753b3
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 @@ -12,7 +12,7 @@
license='MIT',
url='https://pagerduty.github.io/pdpyras',
download_url='https://pypi.org/project/pdpyras/',
install_requires=['requests', 'urllib3'],
install_requires=['requests', 'urllib3', 'deprecation'],
author='PagerDuty',
author_email='[email protected]',
python_requires='>=3.6'
Expand Down

0 comments on commit d6753b3

Please sign in to comment.