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