layerindex-web/requirements.txt
Alexandru DAMIAN 1d84f282de adding CORS policy for the API
We add the corsheaders application in order to
enable the CORS policy for the read-only REST API.

This is needed to allow AJAX queries to the layerindex
application from a browser environment.

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
2014-09-24 11:32:34 +01:00

20 lines
373 B
Plaintext

Django==1.4
Jinja2==2.7.3
MarkupSafe==0.23
Pillow==2.4.0
South==0.8.4
Unidecode==0.04.16
argparse==1.2.1
awesome-slugify==1.5
django-cors-headers==0.12
django-nvd3==0.7.4
django-registration==0.8
django-reversion==1.6.0
django-reversion-compare==0.3.5
django-simple-captcha==0.4.2
djangorestframework==2.3.14
python-nvd3==0.12.2
regex==2014.06.28
six==1.7.3
wsgiref==0.1.2