Updated dependencies

This commit is contained in:
Mawoka
2024-02-15 22:07:38 +01:00
parent 5bbbb85c8d
commit a5efd264da
3 changed files with 801 additions and 710 deletions
+4 -4
View File
@@ -9,7 +9,7 @@ name = "pypi"
[packages]
fastapi = "*"
uvicorn = { extras = ["standard"], version = "*" }
uvicorn = "*"
python-socketio = "*"
ormar = { version = "*", extras = ["postgresql"] }
passlib = "*"
@@ -20,7 +20,7 @@ python-multipart = "*"
pydantic = "*"
redis = "*"
aiohttp = "*"
gunicorn = { version = "*"}
gunicorn = "*"
qrcode = "*"
jinja2 = "*"
argon2-cffi = "*"
@@ -30,7 +30,7 @@ meilisearch = "*"
bleach = "*"
bidict = "*"
xlsxwriter = "*"
pillow = ">=9.1.1"
pillow = "*"
authlib = "*"
httpx = "*"
itsdangerous = "*"
@@ -41,7 +41,7 @@ pyotp = "*"
minio = "*"
xxhash = "*"
arq = "*"
thumbhash-python = "==1.0.0"
thumbhash-python = "*"
python-magic = "*"
openpyxl = "*"
starlette = "*"