Skip to content

Commit

Permalink
Who even cares about old versions
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Jan 18, 2016
1 parent daa9c71 commit 0ed446c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -32,7 +32,7 @@ def read(filename):
],
},
install_requires=[
'Django>=1.4.2',
'Django>=1.8',
# Yes, newsletter_subscription can be used without towel. towel is
# only a requirement if you want to use the bundled templates.
],
Expand All @@ -45,7 +45,6 @@ def read(filename):
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
Expand Down

0 comments on commit 0ed446c

Please sign in to comment.