fixup requirements.txt and ad to Pipfile
This commit is contained in:
parent
a0707f8a32
commit
88ee5fd6cc
12
Pipfile
12
Pipfile
|
@ -36,9 +36,11 @@ pycryptodomex = "*"
|
||||||
|
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
black = "==20.8b1"
|
black = "==20.8b1"
|
||||||
pytest = "*"
|
|
||||||
pytest-cov = "*"
|
|
||||||
mypy = "*"
|
|
||||||
pytest-asyncio = "*"
|
|
||||||
requests = "*"
|
|
||||||
mock = "*"
|
mock = "*"
|
||||||
|
mypy = "*"
|
||||||
|
pytest = "*"
|
||||||
|
pytest-asyncio = "*"
|
||||||
|
pytest-cov = "*"
|
||||||
|
requests = "*"
|
||||||
|
types-mock = "*"
|
||||||
|
types-protobuf = "*"
|
||||||
|
|
|
@ -44,8 +44,6 @@ sqlalchemy==1.3.23
|
||||||
sqlalchemy-aio==0.16.0
|
sqlalchemy-aio==0.16.0
|
||||||
sse-starlette==0.6.2
|
sse-starlette==0.6.2
|
||||||
starlette==0.14.2
|
starlette==0.14.2
|
||||||
types-mock==4.0.15
|
|
||||||
types-protobuf==3.19.22
|
|
||||||
typing-extensions==3.10.0.2
|
typing-extensions==3.10.0.2
|
||||||
uvicorn==0.15.0
|
uvicorn==0.15.0
|
||||||
uvloop==0.16.0
|
uvloop==0.16.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user