Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
776296a
1
Parent(s):
0ecd3c2
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -19,7 +19,7 @@ lxml==4.7.1; python_version >= "2.7" and python_full_version < "3.0.0" or python
|
|
| 19 |
prettyconf==2.2.1
|
| 20 |
pyaes==1.6.1; python_version >= "3.6" and python_version < "4.0"
|
| 21 |
pymongo==3.12.3
|
| 22 |
-
pyrogram
|
| 23 |
pysocks==1.7.1; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.4.0"
|
| 24 |
python-dateutil==2.8.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
|
| 25 |
pyyaml==6.0; python_version >= "3.6"
|
|
|
|
| 19 |
prettyconf==2.2.1
|
| 20 |
pyaes==1.6.1; python_version >= "3.6" and python_version < "4.0"
|
| 21 |
pymongo==3.12.3
|
| 22 |
+
pyrogram; python_version >= "3.6" and python_version < "4.0"
|
| 23 |
pysocks==1.7.1; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.4.0"
|
| 24 |
python-dateutil==2.8.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
|
| 25 |
pyyaml==6.0; python_version >= "3.6"
|