fixup requirements.txt and ad to Pipfile

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

12
Pipfile
View File

@ -35,9 +35,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

@ -43,8 +43,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