Skip to content

Commit

Permalink
Merge d64f398 into e62f1f9
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesRitchie committed Apr 3, 2018
2 parents e62f1f9 + d64f398 commit 902bceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
license='BSD',
packages=find_packages(exclude=['tests*']),
install_requires=[
'djangorestframework>=3.2.3,<=3.4.6'
'djangorestframework>=3.8,<3.9'
],
test_suite='runtests.run',
tests_require=[
'Django>=1.8.14,<=1.10.1'
'Django>=2.0,<2.1'
],
zip_safe=False,
classifiers=[
Expand Down

0 comments on commit 902bceb

Please sign in to comment.