venv and pip install in dockerfile

This commit is contained in:
Dobromir Popov
2023-12-19 20:44:51 +00:00
parent 2a947d6c7c
commit b27700ae5c
6 changed files with 103 additions and 22 deletions

13
agent-py-bot/cmd.sh Normal file
View File

@ -0,0 +1,13 @@
#python -m venv /venv
#! source /venv
. /venv/bin/activate
pip install python-telegram-bot requests selenium Pillow
pip install ....
cd agent-py-bot/

View File

@ -0,0 +1,20 @@
anyio==4.2.0
attrs==23.1.0
certifi==2023.11.17
charset-normalizer==3.3.2
h11==0.14.0
httpcore==1.0.2
httpx==0.25.2
idna==3.6
outcome==1.3.0.post0
Pillow==10.1.0
PySocks==1.7.1
python-telegram-bot==20.7
requests==2.31.0
selenium==4.16.0
sniffio==1.3.0
sortedcontainers==2.4.0
trio==0.23.2
trio-websocket==0.11.1
urllib3==2.1.0
wsproto==1.2.0