venv and pip install in dockerfile
This commit is contained in:
13
agent-py-bot/cmd.sh
Normal file
13
agent-py-bot/cmd.sh
Normal 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/
|
20
agent-py-bot/requirements.txt
Normal file
20
agent-py-bot/requirements.txt
Normal 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
|
Reference in New Issue
Block a user