You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* refactor: Separate development and production dependencies in setup.py
- Moved development dependencies (e.g., uvicorn) to the 'dev' extras_require
- Users can now install development dependencies with `pip install fastapi_quickcrud[dev]`
- Updated the setup.py file accordingly
* add github action
* remove chectout
* update action
* add different python version
* add coverage
* add coverage
* Delete .github/workflows/coverage.yml
* update readme
* remove circleci
* rename name
* add coverage
* add CD
* fix setup get version via en var
0 commit comments