add project dependencies for token auth

This commit is contained in:
grillazz
2021-06-25 08:36:09 +02:00
parent 5b1208fd23
commit 98202c7bae
2 changed files with 203 additions and 71 deletions

View File

@@ -17,6 +17,7 @@ asyncpg = "*"
sqlalchemy = "*"
pytest-asyncio = "*"
pytest-cov = "*"
python-jose = {extras = ["cryptography"], version = "*"}
[dev-packages]
icecream = "*"