LuisLuii / FastAPIQuickCRUD

Generate CRUD methods in FastApi from an SQLAlchemy schema
https://pypi.org/project/fastapi-quickcrud/
MIT License
252 stars 32 forks source link

should we move some deps to dev deps? #32

Open wasdee opened 1 year ago

wasdee commented 1 year ago
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 commented 8 months ago

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