Skip to content

Modifying a python dependency

Charles de Beauchesne edited this page Nov 17, 2020 · 1 revision

How to add an API dependancy ?

As the environment is stored in the docker image, you will have to rebuild the image. Modify requirements.txt. Then

docker-compose down
docker-compose build api
docker-compose up

Hoora !