mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-01-17 11:40:39 +03:00
Merge remote-tracking branch 'origin/main' into 36-add-performance-tests-with-locust
This commit is contained in:
10
README.md
10
README.md
@@ -56,3 +56,13 @@ Hope you enjoy it.
|
||||
- 3 OCT 2022 poetry added to project
|
||||
- 12 NOV 2022 ruff implemented to project as linting tool
|
||||
- 14 FEB 2023 bump project to Python 3.11
|
||||
|
||||
### Local development with poetry
|
||||
|
||||
```shell
|
||||
pyenv install 3.11 && pyenv local 3.11
|
||||
```
|
||||
```shell
|
||||
poetry install
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user