Skip to content

Commit

Permalink
don't limit max django version to install
Browse files Browse the repository at this point in the history
  • Loading branch information
manelclos committed Aug 28, 2020
1 parent 60022d0 commit cdf3c27
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 @@ -14,7 +14,7 @@
url="https://github.com/jazzband/django-smart-selects",
packages=find_packages(),
include_package_data=True,
install_requires=["django>=1.8, <3.2", "six"],
install_requires=["django>=1.8", "six"],
tests_require=[
'flake8',
],
Expand Down

0 comments on commit cdf3c27

Please sign in to comment.