File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -29,19 +29,22 @@ def get_version():
29
29
packages = find_packages (),
30
30
classifiers = [
31
31
'Programming Language :: Python' ,
32
+ 'Programming Language :: Python :: 2.7' ,
33
+ 'Programming Language :: Python :: 3.4' ,
32
34
'Programming Language :: Python :: 3.5' ,
33
35
'Programming Language :: Python :: 3.6' ,
34
36
'Intended Audience :: Developers' ,
35
37
'License :: OSI Approved :: MIT License' ,
36
38
'Operating System :: OS Independent' ,
37
39
'Framework :: Django' ,
40
+ 'Framework :: Django :: 1.10' ,
38
41
'Framework :: Django :: 1.11' ,
39
42
'Framework :: Django :: 2.0' ,
40
43
'Development Status :: 5 - Production/Stable' ,
41
44
],
42
45
license = 'MIT' ,
43
46
install_requires = [
44
- 'Django>=1.11 ' ,
47
+ 'Django>=1.10 ' ,
45
48
'pytz>=2015.6' ,
46
49
'fleming>=0.4.4' ,
47
50
'six' ,
You can’t perform that action at this time.
0 commit comments