fix warns

This commit is contained in:
2022-06-25 23:15:54 +03:00
parent c116a99025
commit 58f7431740
2 changed files with 2 additions and 928 deletions

View File

@@ -10,14 +10,14 @@ python = "^3.9"
html2text = "*"
aioredis = "*"
ariadne = "*"
PyJWT = "*"
PyJWT = ">=2.4.0"
starlette = "*"
SQLAlchemy = "*"
uvicorn = "*"
pydantic = "*"
passlib = "*"
itsdangerous = "*"
httpx = "*"
httpx = ">=0.23.0"
psycopg2-binary = "*"
Authlib = "*"
bson = "*"