Skip to content

Commit

Permalink
Added django channels to project
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonkjones committed Nov 17, 2020
1 parent 6ef76ac commit bd4786f
Show file tree
Hide file tree
Showing 4 changed files with 334 additions and 91 deletions.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ google-auth = "*"
google-cloud-storage = "*"
wheel = "*"
plotly = "*"
numpy = "*"
django-debug-toolbar = "*"
django-widget-tweaks = "*"
coverage = "*"
python-dotenv = "*"
numpy = "==1.19.3"
channels = "*"

[requires]
python_version = "3.8"
Expand Down
Loading

0 comments on commit bd4786f

Please sign in to comment.