Demea9000 commited on
Commit
7455a23
1 Parent(s): 4726308

Updated requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -1
requirements.txt CHANGED
@@ -23,6 +23,7 @@ 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
@@ -33,8 +34,10 @@ 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
@@ -44,6 +47,7 @@ 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
@@ -67,17 +71,28 @@ 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/mosahosseini/Twint.git#egg=Twint
 
81
  typing_extensions==4.3.0
82
  uc-micro-py==1.0.1
83
  urllib3==1.26.9
 
23
  fake-useragent==0.1.11
24
  fastapi==0.79.0
25
  ffmpy==0.3.0
26
+ filelock==3.7.1
27
  fonttools==4.34.0
28
  frozenlist==1.3.0
29
  fsspec==2022.5.0
 
34
  h11==0.12.0
35
  httpcore==0.15.0
36
  httpx==0.23.0
37
+ huggingface-hub==0.8.1
38
  idna==3.3
39
  Jinja2==3.1.2
40
+ joblib==1.1.0
41
  kiwisolver==1.4.3
42
  linkify-it-py==1.0.3
43
  markdown-it-py==2.1.0
 
47
  mdurl==0.1.1
48
  monotonic==1.6
49
  multidict==6.0.2
50
+ nltk==3.7
51
  numpy==1.23.0
52
  oauthlib==3.2.0
53
  openai==0.20.0
 
71
  python-multipart==0.0.5
72
  python-socks==2.0.3
73
  pytz==2022.1
74
+ PyYAML==6.0
75
  regex==2022.6.2
76
  requests==2.28.1
77
  requests-oauthlib==1.3.1
78
  rfc3986==1.5.0
79
  schedule==1.1.0
80
+ scikit-learn==1.1.2
81
+ scipy==1.9.0
82
+ sentence-transformers==2.2.2
83
+ sentencepiece==0.1.97
84
  six==1.16.0
85
  sniffio==1.2.0
86
  soupsieve==2.3.2.post1
87
  starlette==0.19.1
88
+ threadpoolctl==3.1.0
89
+ tokenizers==0.12.1
90
+ torch==1.12.0+cu113
91
+ torchaudio==0.12.0+cu113
92
+ torchvision==0.13.0+cu113
93
  tqdm==4.64.0
94
+ transformers==4.20.1
95
+ -e git+https://github.com/twintproject/twint.git@e7c8a0c764f6879188e5c21e25fb6f1f856a7221#egg=twint
96
  typing_extensions==4.3.0
97
  uc-micro-py==1.0.1
98
  urllib3==1.26.9