Skip to content

Commit

Permalink
Merge e937762 into e62f1f9
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesRitchie committed Dec 2, 2019
2 parents e62f1f9 + e937762 commit 6cbbd29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -35,11 +35,11 @@
license='BSD',
packages=find_packages(exclude=['tests*']),
install_requires=[
'djangorestframework>=3.2.3,<=3.4.6'
'djangorestframework>=3.10,<3.11'
],
test_suite='runtests.run',
tests_require=[
'Django>=1.8.14,<=1.10.1'
'Django>=3.0,<3.1'
],
zip_safe=False,
classifiers=[
Expand Down

0 comments on commit 6cbbd29

Please sign in to comment.