Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
88e4964
1
Parent(s):
aa7a508
Update pyproject.toml
Browse files- pyproject.toml +3 -4
pyproject.toml
CHANGED
@@ -11,16 +11,15 @@ asyncio = "^3.4.3"
|
|
11 |
cachetools = "^4.2.4"
|
12 |
dnspython = "^2.1.0"
|
13 |
gpytranslate = "^1.3.0gpytranslate^1.3.0"
|
14 |
-
httpx = {version = "^0.
|
15 |
pymongo = "^3.12.0"
|
16 |
-
pyrogram = "^
|
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 = "^
|
24 |
wikipedia = "^1.4.0"
|
25 |
prettyconf = "^2.2.1"
|
26 |
|
|
|
11 |
cachetools = "^4.2.4"
|
12 |
dnspython = "^2.1.0"
|
13 |
gpytranslate = "^1.3.0gpytranslate^1.3.0"
|
14 |
+
httpx = {version = "^0.22.0", extras = ["http2"]}
|
15 |
pymongo = "^3.12.0"
|
16 |
+
pyrogram = "^2.0..19"
|
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 = "^5.2.0"
|
23 |
wikipedia = "^1.4.0"
|
24 |
prettyconf = "^2.2.1"
|
25 |
|