Skip to content

Commit

Permalink
Remove django 5
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGrace2282 committed May 30, 2024
1 parent 303e63a commit ec6be0b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
django = "~=5.0"
django = "~=4.2"
channels = "~=4.1"
daphne = "~=4.1"
gunicorn = "~=22.0"
Expand Down
18 changes: 9 additions & 9 deletions Pipfile.lock

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

0 comments on commit ec6be0b

Please sign in to comment.