fixup requirements.txt and ad to Pipfile

This commit is contained in:
dni 2022-07-20 12:05:35 +02:00
parent a0707f8a32
commit 88ee5fd6cc
2 changed files with 7 additions and 7 deletions

12
Pipfile
View File

@ -36,9 +36,11 @@ pycryptodomex = "*"
[dev-packages]
black = "==20.8b1"
pytest = "*"
pytest-cov = "*"
mypy = "*"
pytest-asyncio = "*"
requests = "*"
mock = "*"
mypy = "*"
pytest = "*"
pytest-asyncio = "*"
pytest-cov = "*"
requests = "*"
types-mock = "*"
types-protobuf = "*"

View File

@ -44,8 +44,6 @@ sqlalchemy==1.3.23
sqlalchemy-aio==0.16.0
sse-starlette==0.6.2
starlette==0.14.2
types-mock==4.0.15
types-protobuf==3.19.22
typing-extensions==3.10.0.2
uvicorn==0.15.0
uvloop==0.16.0