Added django-csp setting

This commit is contained in:
Martin Mahner 2018-01-07 17:26:07 +01:00
parent 90e5008b03
commit faf8874f50

View file

@ -52,6 +52,7 @@ setup(
'django>=1.8,<2.0',
'pygments>=1.6',
'django-markup>=1.0',
'django-csp>=3.3',
],
tests_require=[
'tox>=1.6.1',