dpaste isn't django 2.0 ready yet.

This commit is contained in:
Martin Mahner 2017-12-12 20:24:14 +01:00
parent fc44b12504
commit 2ee6dce91b

View file

@ -49,7 +49,7 @@ setup(
},
include_package_data=True,
install_requires=[
'django>=1.8',
'django>=1.8,<2.0',
'pygments>=1.6',
],
tests_require=[