mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Fix for python2.7
This commit is contained in:
parent
bd80386b5e
commit
177e1bc092
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -49,7 +49,8 @@ setup(
|
|||
},
|
||||
include_package_data=True,
|
||||
install_requires=[
|
||||
'django>=1.8',
|
||||
'django>=1.8,<2.0;python_version<"3.4"',
|
||||
'django>=2.0;python_version>="3.4"',
|
||||
'pygments>=1.6',
|
||||
'django-markup>=1.0',
|
||||
'django-csp>=3.3',
|
||||
|
|
Loading…
Reference in a new issue