Added the possibility to use Redis for quota locks

This commit is contained in:
Raphael Michel
2015-06-30 16:48:00 +02:00
parent 77905c596b
commit 235769ce4f
6 changed files with 165 additions and 32 deletions

View File

@@ -27,6 +27,7 @@ RUN pip3 install -r requirements.txt
RUN pip3 install -r requirements/mysql.txt
RUN pip3 install -r requirements/postgres.txt
RUN pip3 install -r requirements/memcached.txt
RUN pip3 install -r requirements/redis.txt
RUN pip3 install gunicorn
RUN make