Captain Ezio commited on
Commit
810d51e
·
1 Parent(s): 28af29f

dependency update

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -14
requirements.txt CHANGED
@@ -3,38 +3,35 @@ aiohttp==3.7.4; python_version >= "3.6" and python_version < "4.0"
3
  anyio==3.6.1; python_full_version >= "3.6.2" and python_version >= "3.6"
4
  asyncio==3.4.3
5
  beautifulsoup4==4.9.1; python_full_version >= "3.6"
6
- cachetools==4.2.4; python_version >= "3.5" and python_version < "4.0"
7
- certifi==2021.10.8; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6"
8
- charset-normalizer==2.0.12; python_full_version >= "3.6.0" and python_version >= "3.6"
9
  dnspython==2.2.1; python_version >= "3.6" and python_version < "4.0"
10
  google==3.0.0
11
  gpytranslate==1.4.0; python_version >= "3.6"
12
- gTTS==2.2.4; python_version >= "3.6"
13
- h11==0.12.0; python_version >= "3.6"
14
- h2==4.1.0; python_version >= "3.6" and python_full_version >= "3.6.1"
15
  hpack==4.0.0; python_version >= "3.6" and python_full_version >= "3.6.1"
16
- httpcore==0.13.7; python_version >= "3.6"
17
- hyperframe==6.0.1; python_version >= "3.6" and python_full_version >= "3.6.1"
18
  idna==3.3; python_version >= "3.6" and (python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.5") and python_full_version >= "3.6.2"
19
- lxml==4.6.5; python_version >= "2.7" and python_full_version < "3.10.0" or python_full_version >= "3.5.0"
20
  prettyconf==2.2.1
21
  pyaes==1.6.1; python_version >= "3.6" and python_version < "4.0"
22
  pykeyboard==0.1.5
23
  pymongo==3.12.3
24
  pyrogram==2.0.24; python_version >= "3.8"
25
- 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"
26
  python-dateutil==2.8.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
27
  pyyaml==6.0; python_version >= "3.6"
28
- regex==2021.11.10
29
  requests==2.28.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0"
30
  rfc3986==1.5.0; python_version >= "3.6"
31
  search_engine_parser==0.6.7; python_full_version >= "3.6"
32
  six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
33
- sniffio==1.2.0; python_full_version >= "3.6.2" and python_version >= "3.6"
34
  soupsieve==2.3.2.post1; python_version >= "3.6" and python_full_version >= "3.6.0"
35
  tgcrypto==1.2.3; python_version >= "3.6" and python_version < "4.0"
36
  tswift==0.7.0
37
- typing-extensions==4.2.0; python_full_version >= "3.6.2" and python_version >= "3.7" and python_version < "3.8"
38
  ujson==5.4.0; python_version >= "3.7"
39
- urllib3==1.26.9; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4"
40
  wikipedia==1.4.0
 
3
  anyio==3.6.1; python_full_version >= "3.6.2" and python_version >= "3.6"
4
  asyncio==3.4.3
5
  beautifulsoup4==4.9.1; python_full_version >= "3.6"
6
+ cachetools==5.2.0; python_version >= "3.7" and python_version < "4.0"
7
+ certifi==2022.6.15; python_version >= "3.7" and python_version < "4"
8
+ charset-normalizer==2.1.0; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0"
9
  dnspython==2.2.1; python_version >= "3.6" and python_version < "4.0"
10
  google==3.0.0
11
  gpytranslate==1.4.0; python_version >= "3.6"
 
 
 
12
  hpack==4.0.0; python_version >= "3.6" and python_full_version >= "3.6.1"
13
+ httpcore==0.15.0; python_version >= "3.7"
14
+ hyperframe==6.0.1; python_version >= "3.7" and python_full_version >= "3.6.1"
15
  idna==3.3; python_version >= "3.6" and (python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.5") and python_full_version >= "3.6.2"
16
+ lxml==4.9.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
17
  prettyconf==2.2.1
18
  pyaes==1.6.1; python_version >= "3.6" and python_version < "4.0"
19
  pykeyboard==0.1.5
20
  pymongo==3.12.3
21
  pyrogram==2.0.24; python_version >= "3.8"
22
+ pysocks==1.7.1; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.4.0"
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.7.25; python_version >= "3.6"
26
  requests==2.28.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0"
27
  rfc3986==1.5.0; python_version >= "3.6"
28
  search_engine_parser==0.6.7; python_full_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.3.0; python_full_version >= "3.6.2" and python_version >= "3.7"
31
  soupsieve==2.3.2.post1; python_version >= "3.6" and python_full_version >= "3.6.0"
32
  tgcrypto==1.2.3; python_version >= "3.6" and python_version < "4.0"
33
  tswift==0.7.0
34
+ typing-extensions==4.3.0; python_full_version >= "3.6.2" and python_version >= "3.7" and python_version < "3.8"
35
  ujson==5.4.0; python_version >= "3.7"
36
+ urllib3==1.26.11; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.7"
37
  wikipedia==1.4.0