Skip to content
Snippets Groups Projects
Commit 37997e87 authored by Dylann Cordel's avatar Dylann Cordel :crossed_swords:
Browse files

do not constraints to django max version

parent 94393dec
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ setup(
platforms=['OS Independent'],
classifiers=CLASSIFIERS,
install_requires=[
'Django>=1.8,<=1.12',
'Django>=1.8',
],
packages=find_packages(exclude=['project', 'project.*']),
include_package_data=True,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment