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

remove asyncio from pypgstac requirements #86

Closed
vincentsarago opened this issue Jan 21, 2022 · 0 comments · Fixed by #87
Closed

remove asyncio from pypgstac requirements #86

vincentsarago opened this issue Jan 21, 2022 · 0 comments · Fixed by #87
Labels
bug Something isn't working

Comments

@vincentsarago
Copy link
Member

asyncio = "^3.4.3"

AsyncIO is part native python install so there is no need to force-install it.

This could cause issue when using pypgstac in AWS Lambda: https://stackoverflow.com/a/61746719

@vincentsarago vincentsarago added the bug Something isn't working label Jan 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant