Skip to content

Commit

Permalink
fix channels
Browse files Browse the repository at this point in the history
  • Loading branch information
rm03 committed Feb 17, 2024
1 parent 74d67e1 commit e458eaf
Show file tree
Hide file tree
Showing 5 changed files with 350 additions and 332 deletions.
4 changes: 1 addition & 3 deletions backend/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ qrcode = "*"
python-dateutil = "*"
psycopg2 = "*"
django-simple-history = "*"
channels = "*"
channels = {extras = ["daphne"], version = "*"}
django-runtime-options = "*"
social-auth-app-django = "*"
django-redis = "*"
Expand All @@ -58,8 +58,6 @@ pandas = "*"
drf-excel = "*"
numpy = "*"
coverage = "*"
daphne = "*"
tatsu = "==5.8.3"

[requires]
python_version = "3.11"
Loading

0 comments on commit e458eaf

Please sign in to comment.