mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-11-30 13:20:40 +03:00
project deps refactor
This commit is contained in:
4
Pipfile
4
Pipfile
@@ -15,8 +15,6 @@ sqlalchemy = {extras = ["asyncio"], version = "*"}
|
||||
alembic = "*"
|
||||
eventlet = "*"
|
||||
rich = "*"
|
||||
pytest-cov = "*"
|
||||
pytest-asyncio = "*"
|
||||
|
||||
[dev-packages]
|
||||
devtools = {extras = ["pygments"], version = "*"}
|
||||
@@ -29,6 +27,8 @@ autoflake = "*"
|
||||
pyupgrade = "*"
|
||||
ipython = "*"
|
||||
pylint = "*"
|
||||
pytest-cov = "*"
|
||||
pytest-asyncio = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.10"
|
||||
|
||||
Reference in New Issue
Block a user