We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d5808 commit fcea873Copy full SHA for fcea873
setup.py
@@ -36,14 +36,13 @@ def get_version():
36
'License :: OSI Approved :: MIT License',
37
'Operating System :: OS Independent',
38
'Framework :: Django',
39
- 'Framework :: Django :: 1.11',
40
'Framework :: Django :: 2.0',
41
'Framework :: Django :: 2.1',
42
'Framework :: Django :: 2.2',
43
],
44
license='MIT',
45
install_requires=[
46
- 'Django>=1.11',
+ 'Django>=2.0',
47
48
tests_require=[
49
'psycopg2',
0 commit comments