Skip to content

Commit

Permalink
Updated packages in requirements.txt
Browse files Browse the repository at this point in the history
The version constraint on `channels` is due to a bug that was fixed in 2.3.0 (see django/channels#1240).
  • Loading branch information
ddabble committed Oct 24, 2020
1 parent e1622f2 commit 6ae7c67
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Django==3.0.*
django-hosts==4.0.0
django-ckeditor==5.9.*
Django==3.1.*
django-hosts==4.0
django-ckeditor==6.0.*
django-decorator-include>=3.0
django_ical
django-phonenumber-field
Expand All @@ -9,9 +9,9 @@ sorl-thumbnail
python-social-auth
python-dataporten-auth
social-auth-app-django
python_ldap==3.2.*
python_ldap==3.3.*

channels
channels>=2.3.0
channels_redis

phonenumbers
Expand Down

0 comments on commit 6ae7c67

Please sign in to comment.