Skip to content

Commit 886d909

Browse files
author
Jacob
committed
Pin drf to < 3.7, fixes failing tests
1 parent 77f0361 commit 886d909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
f.read().decode('utf-8')).group(1)))
1111

1212
rest_framework_require = [
13-
'djangorestframework>=3.6.3',
13+
'djangorestframework>=3.6.3,<3.7.0',
1414
]
1515

1616

0 commit comments

Comments
 (0)