Skip to content

Commit

Permalink
update websocket
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jul 7, 2024
1 parent 3da5ee3 commit 4e2134e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ constantly
cryptography
#daphne
uvicorn
uvicorn[standard]
defusedxml
Django
django-allauth
Expand Down
24 changes: 22 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#
annotated-types==0.7.0
# via pydantic
anyio==4.4.0
# via watchfiles
asgiref==3.8.1
# via
# -r requirements.in
Expand Down Expand Up @@ -130,12 +132,16 @@ django-tables2==2.7.0
# via -r requirements.in
easy-thumbnails==2.8.5
# via -r requirements.in
exceptiongroup==1.2.1
# via anyio
gunicorn==22.0.0
# via -r requirements.in
h11==0.14.0
# via uvicorn
heif-image-plugin==0.6.1
# via -r requirements.in
httptools==0.6.1
# via uvicorn
hyperlink==21.0.0
# via
# -r requirements.in
Expand All @@ -144,6 +150,7 @@ hyperlink==21.0.0
idna==3.7
# via
# -r requirements.in
# anyio
# hyperlink
# requests
incremental==22.10.0
Expand Down Expand Up @@ -209,12 +216,16 @@ pyopenssl==24.1.0
# via -r requirements.in
pyparsing==3.1.2
# via -r requirements.in
python-dotenv==1.0.1
# via uvicorn
python3-openid==3.2.0
# via -r requirements.in
pytz==2024.1
# via -r requirements.in
pyyaml==6.0.1
# via -r requirements.in
# via
# -r requirements.in
# uvicorn
redis==5.0.7
# via channels-redis
reportlab==4.2.2
Expand All @@ -238,6 +249,8 @@ six==1.16.0
# -r requirements.in
# automat
# bleach
sniffio==1.3.1
# via anyio
sqlparse==0.5.0
# via
# -r requirements.in
Expand All @@ -253,6 +266,7 @@ txaio==23.1.1
# autobahn
typing-extensions==4.12.2
# via
# anyio
# asgiref
# django-bootstrap-datepicker-plus
# pydantic
Expand All @@ -269,13 +283,19 @@ urllib3==2.2.2
# requests
user-agents==2.2.0
# via -r requirements.in
uvicorn==0.30.1
uvicorn[standard]==0.30.1
# via -r requirements.in
uvloop==0.19.0
# via uvicorn
watchfiles==0.22.0
# via uvicorn
webencodings==0.5.1
# via
# -r requirements.in
# bleach
# tinycss2
websockets==12.0
# via uvicorn
zope-interface==6.4.post2
# via
# -r requirements.in
Expand Down

0 comments on commit 4e2134e

Please sign in to comment.