Demea9000 commited on
Commit
c33749f
1 Parent(s): 1475cb7

updated requirements with gradio

Browse files
Files changed (1) hide show
  1. requirements.txt +33 -0
requirements.txt CHANGED
@@ -2,51 +2,84 @@ aiodns==3.0.0
2
  aiohttp==3.8.1
3
  aiohttp-socks==0.7.1
4
  aiosignal==1.2.0
 
 
5
  async-timeout==4.0.2
6
  attrs==21.4.0
 
 
7
  beautifulsoup4==4.11.1
8
  cchardet==2.1.7
9
  certifi==2022.6.15
10
  cffi==1.15.1
11
  charset-normalizer==2.1.0
 
 
12
  cycler==0.11.0
13
  dataclasses==0.6
14
  elastic-transport==8.1.2
15
  elasticsearch==8.3.1
16
  et-xmlfile==1.1.0
17
  fake-useragent==0.1.11
 
 
18
  fonttools==4.34.0
19
  frozenlist==1.3.0
 
20
  geographiclib==1.52
21
  geopy==2.2.0
22
  googletransx==2.4.2
 
 
 
 
23
  idna==3.3
 
24
  kiwisolver==1.4.3
 
 
 
25
  matplotlib==3.5.2
 
 
 
26
  multidict==6.0.2
27
  numpy==1.23.0
28
  oauthlib==3.2.0
29
  openai==0.20.0
30
  openpyxl==3.0.10
 
31
  packaging==21.3
32
  pandas==1.4.3
33
  pandas-stubs==1.4.3.220704
 
34
  Pillow==9.2.0
35
  pycares==4.2.1
36
  pycparser==2.21
 
 
 
 
37
  pyparsing==3.0.9
38
  PySocks==1.7.1
39
  python-dateutil==2.8.2
40
  python-dotenv==0.20.0
 
41
  python-socks==2.0.3
42
  pytz==2022.1
43
  regex==2022.6.2
44
  requests==2.28.1
45
  requests-oauthlib==1.3.1
 
46
  schedule==1.1.0
47
  six==1.16.0
 
48
  soupsieve==2.3.2.post1
 
49
  tqdm==4.64.0
50
  -e git+https://github.com/twintproject/twint.git@e7c8a0c764f6879188e5c21e25fb6f1f856a7221#egg=twint
 
 
51
  urllib3==1.26.9
 
52
  yarl==1.7.2
 
2
  aiohttp==3.8.1
3
  aiohttp-socks==0.7.1
4
  aiosignal==1.2.0
5
+ analytics-python==1.4.0
6
+ anyio==3.6.1
7
  async-timeout==4.0.2
8
  attrs==21.4.0
9
+ backoff==1.10.0
10
+ bcrypt==3.2.2
11
  beautifulsoup4==4.11.1
12
  cchardet==2.1.7
13
  certifi==2022.6.15
14
  cffi==1.15.1
15
  charset-normalizer==2.1.0
16
+ click==8.1.3
17
+ cryptography==37.0.4
18
  cycler==0.11.0
19
  dataclasses==0.6
20
  elastic-transport==8.1.2
21
  elasticsearch==8.3.1
22
  et-xmlfile==1.1.0
23
  fake-useragent==0.1.11
24
+ fastapi==0.79.0
25
+ ffmpy==0.3.0
26
  fonttools==4.34.0
27
  frozenlist==1.3.0
28
+ fsspec==2022.5.0
29
  geographiclib==1.52
30
  geopy==2.2.0
31
  googletransx==2.4.2
32
+ gradio==3.0.26
33
+ h11==0.12.0
34
+ httpcore==0.15.0
35
+ httpx==0.23.0
36
  idna==3.3
37
+ Jinja2==3.1.2
38
  kiwisolver==1.4.3
39
+ linkify-it-py==1.0.3
40
+ markdown-it-py==2.1.0
41
+ MarkupSafe==2.1.1
42
  matplotlib==3.5.2
43
+ mdit-py-plugins==0.3.0
44
+ mdurl==0.1.1
45
+ monotonic==1.6
46
  multidict==6.0.2
47
  numpy==1.23.0
48
  oauthlib==3.2.0
49
  openai==0.20.0
50
  openpyxl==3.0.10
51
+ orjson==3.7.7
52
  packaging==21.3
53
  pandas==1.4.3
54
  pandas-stubs==1.4.3.220704
55
+ paramiko==2.11.0
56
  Pillow==9.2.0
57
  pycares==4.2.1
58
  pycparser==2.21
59
+ pycryptodome==3.15.0
60
+ pydantic==1.9.1
61
+ pydub==0.25.1
62
+ PyNaCl==1.5.0
63
  pyparsing==3.0.9
64
  PySocks==1.7.1
65
  python-dateutil==2.8.2
66
  python-dotenv==0.20.0
67
+ python-multipart==0.0.5
68
  python-socks==2.0.3
69
  pytz==2022.1
70
  regex==2022.6.2
71
  requests==2.28.1
72
  requests-oauthlib==1.3.1
73
+ rfc3986==1.5.0
74
  schedule==1.1.0
75
  six==1.16.0
76
+ sniffio==1.2.0
77
  soupsieve==2.3.2.post1
78
+ starlette==0.19.1
79
  tqdm==4.64.0
80
  -e git+https://github.com/twintproject/twint.git@e7c8a0c764f6879188e5c21e25fb6f1f856a7221#egg=twint
81
+ typing_extensions==4.3.0
82
+ uc-micro-py==1.0.1
83
  urllib3==1.26.9
84
+ uvicorn==0.18.2
85
  yarl==1.7.2