✨ Updated dependencies
This commit is contained in:
@@ -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 = "*"
|
||||
|
||||
Reference in New Issue
Block a user