Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JBKahn committed Apr 26, 2018
1 parent 2634883 commit a3fedd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def get_requirements(file_path):
url='https://github.com/JBKahn/django-sharding',
packages=find_packages(),
include_package_data=True,
install_requires=get_requirements('requirements/common.txt') + ["django>=1.8,<2.0.1"],
install_requires=get_requirements('requirements/common.txt') + ["django>=1.8,<3.0.0"],
tests_require=get_requirements('requirements/development.txt'),
license="BSD",
zip_safe=False,
Expand Down

0 comments on commit a3fedd9

Please sign in to comment.