1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-07-06 22:14:02 +02:00

Remove uwsgi from testing

This commit is contained in:
Alexandre Iooss
2020-09-23 20:47:24 +02:00
parent 73615afa77
commit 35ecc2800f
3 changed files with 3 additions and 3 deletions

View File

@ -46,6 +46,7 @@ python3 -m venv venv --system-site-packages
. venv/bin/activate
pip install -r requirements.txt
pip install mysqlclient~=1.4.0 # si base MySQL
pip install uwsgi~=2.0.18 # si production
./entrypoint.sh # lance en shell
```