fixup requirements.txt and ad to Pipfile

This commit is contained in:
dni
2022-07-25 12:03:06 +02:00
parent a0707f8a32
commit 88ee5fd6cc
2 changed files with 7 additions and 7 deletions
+7 -5
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 = "*"