add jwt to config.py

This commit is contained in:
grillazz
2021-06-25 09:05:52 +02:00
parent 174a1add0b
commit 97c7a3c206
5 changed files with 35 additions and 2 deletions

View File

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