mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Added django-csp setting
This commit is contained in:
parent
90e5008b03
commit
faf8874f50
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue