This commit is contained in:
2021-08-26 18:48:48 +03:00
12 changed files with 142 additions and 47 deletions

View File

@@ -13,13 +13,15 @@ passlib = "*"
PyJWT = "*"
SQLAlchemy = "*"
itsdangerous = "*"
httpx = "*"
httpx = "<0.18.2"
psycopg2-binary = "*"
Authlib = "*"
bson = "*"
python-frontmatter = "*"
bs4 = "*"
transliterate = "*"
psycopg2 = "*"
requests = "*"
[dev-packages]