Skip to content

Commit

Permalink
Forgot to actually move deprecated req from dev to runtime...
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Aug 6, 2023
1 parent d4b328f commit 2154ce6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,12 @@
"Twitter": "https://twitter.com/pyfabric",
},
python_requres=">=3.6",
install_requires=["invoke>=2.0", "paramiko>=2.4", "decorator>=5"],
install_requires=[
"invoke>=2.0",
"paramiko>=2.4",
"decorator>=5",
"deprecated>=1.2",
],
extras_require={
# For folks who want to use fabric.testing package, eg
# MockRemote/MockSFTP
Expand Down

0 comments on commit 2154ce6

Please sign in to comment.