Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
5e66690
1
Parent(s):
7088e62
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -23,12 +23,12 @@ pysocks==1.7.1; python_version >= "3.7" and python_full_version < "3.0.0" and py
|
|
23 |
python-dateutil==2.8.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
|
24 |
pyyaml==6.0; python_version >= "3.6"
|
25 |
regex==2022.10.31; python_version >= "3.6"
|
26 |
-
requests==2.28.1
|
27 |
rfc3986==1.5.0; python_version >= "3.7"
|
28 |
six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
|
29 |
sniffio==1.3.0; python_full_version >= "3.6.2" and python_version >= "3.7"
|
30 |
soupsieve==2.3.2.post1; python_version >= "3.6" and python_full_version >= "3.6.0"
|
31 |
-
tgcrypto==1.2.
|
32 |
tswift==0.7.0
|
33 |
typing-extensions==4.3.0; python_full_version >= "3.6.2" and python_version >= "3.7" and python_version < "3.8"
|
34 |
ujson==5.5.0; python_version >= "3.7"
|
|
|
23 |
python-dateutil==2.8.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
|
24 |
pyyaml==6.0; python_version >= "3.6"
|
25 |
regex==2022.10.31; python_version >= "3.6"
|
26 |
+
requests==2.28.1
|
27 |
rfc3986==1.5.0; python_version >= "3.7"
|
28 |
six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
|
29 |
sniffio==1.3.0; python_full_version >= "3.6.2" and python_version >= "3.7"
|
30 |
soupsieve==2.3.2.post1; python_version >= "3.6" and python_full_version >= "3.6.0"
|
31 |
+
tgcrypto==1.2.5; python_version >= "3.6" and python_version < "4.0"
|
32 |
tswift==0.7.0
|
33 |
typing-extensions==4.3.0; python_full_version >= "3.6.2" and python_version >= "3.7" and python_version < "3.8"
|
34 |
ujson==5.5.0; python_version >= "3.7"
|