mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 22:40:25 +00:00
Update setup.py
This commit is contained in:
parent
2988aa65e7
commit
cc1e77c405
1 changed files with 4 additions and 3 deletions
7
setup.py
7
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue