mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-20 10:39:59 +01:00
fixup requirements.txt and ad to Pipfile
This commit is contained in:
parent
5f6dc757dc
commit
c186e53cef
12
Pipfile
12
Pipfile
@ -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 = "*"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user