Skip to content

Commit

Permalink
✨ Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mawoka-myblock committed Feb 15, 2024
1 parent 5bbbb85 commit a5efd26
Show file tree
Hide file tree
Showing 3 changed files with 801 additions and 710 deletions.
8 changes: 4 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "pypi"

[packages]
fastapi = "*"
uvicorn = { extras = ["standard"], version = "*" }
uvicorn = "*"
python-socketio = "*"
ormar = { version = "*", extras = ["postgresql"] }
passlib = "*"
Expand All @@ -20,7 +20,7 @@ python-multipart = "*"
pydantic = "*"
redis = "*"
aiohttp = "*"
gunicorn = { version = "*"}
gunicorn = "*"
qrcode = "*"
jinja2 = "*"
argon2-cffi = "*"
Expand All @@ -30,7 +30,7 @@ meilisearch = "*"
bleach = "*"
bidict = "*"
xlsxwriter = "*"
pillow = ">=9.1.1"
pillow = "*"
authlib = "*"
httpx = "*"
itsdangerous = "*"
Expand All @@ -41,7 +41,7 @@ pyotp = "*"
minio = "*"
xxhash = "*"
arq = "*"
thumbhash-python = "==1.0.0"
thumbhash-python = "*"
python-magic = "*"
openpyxl = "*"
starlette = "*"
Expand Down
Loading

0 comments on commit a5efd26

Please sign in to comment.