Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
c0a4dba
1
Parent(s):
4f1da1b
Add files via upload
Browse files- pyproject.toml +0 -1
- requirements.txt +0 -1
pyproject.toml
CHANGED
@@ -17,7 +17,6 @@ pyrogram = "^1.2.9"
|
|
17 |
python-dateutil = "^2.8.2"
|
18 |
pyyaml = "^6.0"
|
19 |
regex = "^2021.10.8"
|
20 |
-
speedtest-cli = "^2.1.3"
|
21 |
tgcrypto = "^1.2.2"
|
22 |
tswift = "^0.7.0"
|
23 |
ujson = "^4.2.0"
|
|
|
17 |
python-dateutil = "^2.8.2"
|
18 |
pyyaml = "^6.0"
|
19 |
regex = "^2021.10.8"
|
|
|
20 |
tgcrypto = "^1.2.2"
|
21 |
tswift = "^0.7.0"
|
22 |
ujson = "^4.2.0"
|
requirements.txt
CHANGED
@@ -29,7 +29,6 @@ rfc3986==1.5.0; python_version >= "3.6"
|
|
29 |
six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
|
30 |
sniffio==1.2.0; python_full_version >= "3.6.2" and python_version >= "3.6"
|
31 |
soupsieve==2.3.1; python_version >= "3.6" and python_full_version > "3.0.0"
|
32 |
-
speedtest-cli==2.1.3
|
33 |
tgcrypto==1.2.3; python_version >= "3.6" and python_version < "4.0"
|
34 |
tswift==0.7.0
|
35 |
typing-extensions==4.0.1; python_full_version >= "3.6.2" and python_version >= "3.6" and python_version < "3.8"
|
|
|
29 |
six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
|
30 |
sniffio==1.2.0; python_full_version >= "3.6.2" and python_version >= "3.6"
|
31 |
soupsieve==2.3.1; python_version >= "3.6" and python_full_version > "3.0.0"
|
|
|
32 |
tgcrypto==1.2.3; python_version >= "3.6" and python_version < "4.0"
|
33 |
tswift==0.7.0
|
34 |
typing-extensions==4.0.1; python_full_version >= "3.6.2" and python_version >= "3.6" and python_version < "3.8"
|