Spaces:
Running
Running
Update Dockerfile
Browse files- 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 |
|