Skip to content
Snippets Groups Projects
Commit 0ee4dd8f authored by Philip ABBET's avatar Philip ABBET
Browse files

Don't use the newer versions of django, djangorestframework and django-rest-swagger

There has been API changes in the latest versions that will requires some work in the
beat.web codebase
parent 3773a447
No related branches found
No related tags found
No related merge requests found
......@@ -15,10 +15,10 @@ develop = .
versions = versions
[versions]
django = >=1.8
django-rest-swagger = >=0.3.2
django = >=1.8,<1.9
django-rest-swagger = >=0.3.2,<0.3.3
django-guardian = >=1.3
djangorestframework = >=3.2
djangorestframework = >=3.2,<3.3
django-activity-stream = >= 0.6.0
[sysegg]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment