Skip to content
This repository has been archived by the owner on Feb 11, 2018. It is now read-only.

Commit

Permalink
Fix DRF version
Browse files Browse the repository at this point in the history
  • Loading branch information
rakanalh committed Oct 12, 2017
1 parent 8c6d47d commit 5a38d13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django
django-celery<4.0
pushjack==1.3.0
djangorestframework>3.0
djangorestframework<3.7.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
'pushjack==1.3.0'
],
extras_require={
'rest_api': ['djangorestframework>=3.0,<3.3']
'rest_api': ['djangorestframework<3.7.0']
}
)

0 comments on commit 5a38d13

Please sign in to comment.