summaryrefslogtreecommitdiffstats
path: root/dashboard/worker
diff options
context:
space:
mode:
authorSawyer Bergeron <sbergeron@iol.unh.edu>2018-01-09 10:12:20 -0500
committerSawyer Bergeron <sbergeron@iol.unh.edu>2018-01-09 18:19:21 +0000
commit8b95b59cf61a2ae741678677b6c142c09280e0a3 (patch)
tree654b7f577ad01cb8d0b3bd2699389cb97e934143 /dashboard/worker
parent830e8ee9ec76f426abc59e9b88ccb7ceeedcc8e8 (diff)
Fixes for Recent Merge
Jira: None In a recent large merge, some code was lost in translation. This commit fixes a missing line in requirements.txt and removes a couple lines in dispatchers.py that lost relevance. Change-Id: I5ddf67fc1da6df40f84d60668cd59e6a1975912d Signed-off-by: Sawyer Bergeron <sbergeron@iol.unh.edu>
Diffstat (limited to 'dashboard/worker')
-rw-r--r--dashboard/worker/requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/dashboard/worker/requirements.txt b/dashboard/worker/requirements.txt
index f80f1c0..0d864d3 100644
--- a/dashboard/worker/requirements.txt
+++ b/dashboard/worker/requirements.txt
@@ -15,3 +15,4 @@ pika==0.10.0
psycopg2==2.6.2
PyJWT==1.4.2
requests==2.11.0
+django-fernet-fields==0.5