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

should we move some deps to dev deps? #32

Open
wasdee opened this issue Apr 30, 2023 · 1 comment
Open

should we move some deps to dev deps? #32

wasdee opened this issue Apr 30, 2023 · 1 comment

Comments

@wasdee
Copy link
Contributor

wasdee commented Apr 30, 2023

poetry add fastapi-quickcrud                                                                            
Using version ^0.2.4 for fastapi-quickcrud

Updating dependencies
Resolving dependencies... (1.6s)

Because no versions of fastapi-quickcrud match >0.2.4,<0.3.0
 and fastapi-quickcrud (0.2.4) depends on uvicorn (0.17.0), fastapi-quickcrud (>=0.2.4,<0.3.0) requires uvicorn (0.17.0).
And because uvicorn (0.22.0) depends on uvicorn (0.22.0)
 and no versions of uvicorn match >0.22.0,<0.23.0, fastapi-quickcrud (>=0.2.4,<0.3.0) is incompatible with uvicorn (>=0.22.0,<0.23.0).
So, because backend depends on both uvicorn (^0.22.0) and fastapi-quickcrud (^0.2.4), version solving failed.
@LuisLuii
Copy link
Owner

LuisLuii commented Jan 6, 2024

great idea, I have moved the development dependencies (e.g., pytest) to the 'dev' extras_require

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

2 participants