Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
soof-golan committed Oct 10, 2024
1 parent f1716f3 commit 3201503
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
34 changes: 17 additions & 17 deletions server/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ httpx = "^0.24.1"
cachetools = "^5.3.0"
asyncache = "^0.3.1"
firebase-admin = "^6.1.0"
asyncer = {git = "https://github.com/tiangolo/asyncer.git", rev = "bf0ae5c4f7977863e5de9d8cd45b8965d925e3b1"}
orjson = "^3.9.1"
timing-asgi = "^0.3.0"
sqlalchemy = {extras = ["asyncio"], version = "^2.0.20"}
sqlalchemy-cockroachdb = "^2.0.1"
asyncpg = "^0.28.0"
psycopg2-binary = "^2.9.7"
asyncer = "^0.0.8"


[tool.poetry.group.dev.dependencies]
Expand Down
10 changes: 5 additions & 5 deletions server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
alog==0.9.13 ; python_version >= "3.10" and python_version < "4.0"
anyio==3.7.0 ; python_version >= "3.10" and python_version < "4.0"
asyncache==0.3.1 ; python_version >= "3.10" and python_version < "4.0"
asyncer @ git+https://github.com/tiangolo/asyncer.git@bf0ae5c4f7977863e5de9d8cd45b8965d925e3b1 ; python_version >= "3.10" and python_version < "4.0"
asyncer==0.0.8 ; python_version >= "3.10" and python_version < "4.0"
asyncpg==0.28.0 ; python_version >= "3.10" and python_version < "4.0"
cachecontrol==0.13.1 ; python_version >= "3.10" and python_version < "4.0"
cachetools==5.3.1 ; python_version >= "3.10" and python_version < "4.0"
certifi==2023.5.7 ; python_version >= "3.10" and python_version < "4.0"
cffi==1.15.1 ; python_version >= "3.10" and python_version < "4.0"
charset-normalizer==3.1.0 ; python_version >= "3.10" and python_version < "4.0"
click==8.1.3 ; python_version >= "3.10" and python_version < "4.0"
colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and platform_system == "Windows"
colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and (sys_platform == "win32" or platform_system == "Windows")
cryptography==41.0.1 ; python_version >= "3.10" and python_version < "4.0"
dnspython==2.3.0 ; python_version >= "3.10" and python_version < "4.0"
email-validator==2.0.0.post2 ; python_version >= "3.10" and python_version < "4.0"
Expand All @@ -28,8 +28,8 @@ google-crc32c==1.5.0 ; python_version >= "3.10" and python_version < "4.0"
google-resumable-media==2.5.0 ; python_version >= "3.10" and python_version < "4.0"
googleapis-common-protos==1.59.1 ; python_version >= "3.10" and python_version < "4.0"
greenlet==2.0.2 ; python_version >= "3.10" and python_version < "4.0"
grpcio-status==1.54.2 ; python_version >= "3.10" and python_version < "4.0" and platform_python_implementation != "PyPy"
grpcio==1.54.2 ; python_version >= "3.10" and python_version < "4.0" and platform_python_implementation != "PyPy"
grpcio-status==1.54.2 ; python_version >= "3.10" and platform_python_implementation != "PyPy" and python_version < "4.0"
grpcio==1.54.2 ; python_version >= "3.10" and platform_python_implementation != "PyPy" and python_version < "4.0"
gunicorn==20.1.0 ; python_version >= "3.10" and python_version < "4.0"
h11==0.14.0 ; python_version >= "3.10" and python_version < "4.0"
httpcore==0.17.2 ; python_version >= "3.10" and python_version < "4.0"
Expand All @@ -39,7 +39,7 @@ httpx==0.24.1 ; python_version >= "3.10" and python_version < "4.0"
idna==3.4 ; python_version >= "3.10" and python_version < "4.0"
msgpack==1.0.5 ; python_version >= "3.10" and python_version < "4.0"
orjson==3.9.1 ; python_version >= "3.10" and python_version < "4.0"
proto-plus==1.22.2 ; python_version >= "3.10" and python_version < "4.0" and platform_python_implementation != "PyPy"
proto-plus==1.22.2 ; python_version >= "3.10" and platform_python_implementation != "PyPy" and python_version < "4.0"
protobuf==4.23.2 ; python_version >= "3.10" and python_version < "4.0"
psycopg2-binary==2.9.7 ; python_version >= "3.10" and python_version < "4.0"
pyasn1-modules==0.3.0 ; python_version >= "3.10" and python_version < "4.0"
Expand Down

0 comments on commit 3201503

Please sign in to comment.