Update setup.py

This commit is contained in:
Rémy HUBSCHER 2020-01-07 14:13:49 +01:00
parent 2988aa65e7
commit cc1e77c405
No known key found for this signature in database
GPG key ID: 82B47F36036A312A

View file

@ -40,9 +40,10 @@ CLASSIFIERS = [
'Framework :: Django',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
]
KEYWORDS = ['file',
'stream',
@ -58,7 +59,7 @@ KEYWORDS = ['file',
PACKAGES = [NAME.replace('-', '_')]
REQUIREMENTS = [
# BEGIN requirements
'Django>=1.5,<3.0',
'Django>=1.11',
'requests',
'setuptools',
'six',