mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2024-11-26 21:27:11 +00:00
Do not force install mysqlclient
This commit is contained in:
parent
91b361d7a6
commit
952a3ddddf
@ -45,6 +45,7 @@ chmod go-rwx -R django-med
|
||||
python3 -m venv venv --system-site-packages
|
||||
. venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
pip install mysqlclient~=1.4.0 # si base MySQL
|
||||
./entrypoint.sh # lance en shell
|
||||
```
|
||||
|
||||
|
@ -11,4 +11,3 @@ djangorestframework~=3.9.0
|
||||
pyyaml~=3.13
|
||||
coreapi~=2.3.3
|
||||
uwsgi~=2.0.18
|
||||
mysqlclient~=1.4.0
|
||||
|
Loading…
Reference in New Issue
Block a user