use git python mysql
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2019-10-14 21:30:01 +02:00
parent b341386101
commit 6ea5a5bd56

View File

@@ -108,7 +108,7 @@ RUN python -m virtualenv "${PROJECT_INSTALL_DIR}" \
&& . "${PROJECT_INSTALL_DIR}/bin/activate" \
&& pip install --no-cache-dir --no-use-pep517 \
librabbitmq==1.6.1 \
mysql-python==1.2.5 \
git+https://github.com/PyMySQL/mysqlclient-python.git \
psycopg2==2.7.3.2 \
redis==2.10.6 \
# psutil is needed by ARM builds otherwise gevent and gunicorn fail to start