How to deploy app

Thanks a lot !!!

Maybe a last question !
when i prepare my requirements.txt for github (+ my app.py program) do i need all the packages that there are inside or just the one that I import in my app.py program.

Thx again a lot

Cordialement

You need to include everything that you import inside of app.py

But, if app.py imports from your_other_script.py which imports some extra libraries, you need those, too.