The readme states:
No external dependency (stdlib only).
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 readme states:
But
decoratoris declared as a required dependency, it is not optional.If I install
retry2(or the originalretry) in a fresh venv,decoratoris automatically dragged in.I don't know this
pbrtool, but as far as I understand, it copies overrequirements.txtasinstall_requires