Skip to content

add dev pip install

Compare
Choose a tag to compare
@LuisLuii LuisLuii released this 06 Jan 04:57
· 2 commits to main since this release
5987627
Develop (#35)

* 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