dragonxd1 commited on
Commit
b08f653
·
verified ·
1 Parent(s): af3fb06

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,7 +22,7 @@ RUN pip install --no-cache-dir \
22
  fastapi \
23
  uvicorn \
24
  httpx \
25
- pytgcalls \
26
  pyrogram \
27
  tgcrypto
28
 
 
22
  fastapi \
23
  uvicorn \
24
  httpx \
25
+ pytgcalls==2.1.0 \
26
  pyrogram \
27
  tgcrypto
28