Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency on 'py' #19

Open
lordmauve opened this issue Oct 4, 2017 · 2 comments
Open

Dependency on 'py' #19

lordmauve opened this issue Oct 4, 2017 · 2 comments

Comments

@lordmauve
Copy link

According to the README:

  • No external dependency (stdlib only).
  • (Optionally) Preserve function signatures (pip install decorator).

However I notice that retry depends on py>=1.4.26,<2.0.0.

I can't see that py is used anywhere in the code. Is this a mistake?

@asqui
Copy link

asqui commented Jul 11, 2019

Just came across the same curiosity...

This dependency was added in e7819e5 at the same time as the dependency on pytest (which was later moved to test-requirements.txt) but I'm not sure that helps explain anything.

Looks like a mistake and this dependency on py should be removed?

@saher-alhusayan
Copy link

safety is flagging py as a security issue now and retry is using it. Anyone know if there are plans to get rid of py or bump retry? 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants