about summary refs log tree commit diff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 4 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index df09071..3e579e0 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -14,8 +14,10 @@ packages =
     scripts
     quality_control
 install_requires =
-    rq
-    python-magic
+    redis
+    Flask
+    jsonpickle
+    mysqlclient
 exclude = tests*
 include_package_data = True