You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But decorator is declared as a required dependency, it is not optional.
If I install retry2 (or the original retry) in a fresh venv, decorator is automatically dragged in.
I don't know this pbr tool, but as far as I understand, it copies over requirements.txt as install_requires
The text was updated successfully, but these errors were encountered:
The readme states:
But
decorator
is declared as a required dependency, it is not optional.If I install
retry2
(or the originalretry
) in a fresh venv,decorator
is automatically dragged in.I don't know this
pbr
tool, but as far as I understand, it copies overrequirements.txt
asinstall_requires
The text was updated successfully, but these errors were encountered: