From 6cd7c021a40a50e35ad5788d10a6357465c276ad Mon Sep 17 00:00:00 2001 From: maxbr Date: Mon, 26 Sep 2016 16:36:11 +0200 Subject: Restructure dashboard project for docker deploying Change-Id: I13cad51270504ee4bed8558598a8891af58a26ab Signed-off-by: maxbr --- pharos-dashboard/web/requirements.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pharos-dashboard/web/requirements.txt (limited to 'pharos-dashboard/web/requirements.txt') diff --git a/pharos-dashboard/web/requirements.txt b/pharos-dashboard/web/requirements.txt new file mode 100644 index 0000000..edb20d0 --- /dev/null +++ b/pharos-dashboard/web/requirements.txt @@ -0,0 +1,16 @@ +celery==3.1.23 +cryptography==1.4 +Django==1.10 +django-bootstrap3==7.0.1 +django-crispy-forms==1.6.0 +django-filter==0.14.0 +django-registration==2.1.2 +djangorestframework==3.4.6 +gunicorn==19.6.0 +jira==1.0.7 +oauth2==1.9.0.post1 +oauthlib==1.1.2 +pika==0.10.0 +psycopg2==2.6.2 +PyJWT==1.4.2 +requests==2.11.0 -- cgit 1.2.3-korg