Update requirements.txt with custom content
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -7,4 +7,5 @@ requests==2.31.0
|
|
| 7 |
pydantic==2.4.2
|
| 8 |
httpx==0.26.0
|
| 9 |
backoff==2.2.1
|
| 10 |
-
dnspython==2.5.0
|
|
|
|
|
|
| 7 |
pydantic==2.4.2
|
| 8 |
httpx==0.26.0
|
| 9 |
backoff==2.2.1
|
| 10 |
+
dnspython==2.5.0
|
| 11 |
+
telethon==1.34.0
|