Skip to content

Commit

Permalink
Require atleast Django 1.7.7 in the requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael van Tellingen committed Apr 1, 2015
1 parent e0edbef commit 993ab49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
packages=find_packages('src'),
include_package_data=True,
install_requires=[
'django>=1.6.8,<1.8',
'django>=1.7.7,<1.8',
# PIL is required for image fields, Pillow is the "friendly" PIL fork
'pillow>=1.7.8,<=2.7',
# We use the ModelFormSetView from django-extra-views for the basket
Expand Down Expand Up @@ -69,7 +69,6 @@
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
'Framework :: Django :: 1.6',
'Framework :: Django :: 1.7',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
Expand Down

0 comments on commit 993ab49

Please sign in to comment.