Commit ad9984b
authored
Develop (#36)
* 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 var1 parent 5987627 commit ad9984b
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | | - | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
| |||
0 commit comments