freemt commited on
Commit
75fd949
·
1 Parent(s): 7dce6dc

Update single file separation and alignment

Browse files
Files changed (1) hide show
  1. requirements.txt +40 -0
requirements.txt ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ brotli==1.0.9
2
+ cchardet==2.1.7
3
+ ConfigParser==5.2.0
4
+ cryptography==36.0.1
5
+ Cython==0.29.26
6
+ dl==0.1.0
7
+ docutils==0.17.1
8
+ fastlid==0.1.7
9
+ gradio==2.7.0
10
+ HTMLParser==0.0.2
11
+ importlib_metadata==4.8.1
12
+ ipaddr==2.2.0
13
+ joblib==1.0.1
14
+ keyring==23.5.0
15
+ lockfile==0.12.2
16
+ logzero==1.7.0
17
+ lxml==4.7.1
18
+ matplotlib==3.4.3
19
+ more_itertools==8.12.0
20
+ mypy_extensions==0.4.3
21
+ nltk==3.6.7
22
+ numpy==1.21.2
23
+ ordereddict==1.1
24
+ pandas==1.3.2
25
+ polyglot==16.7.4
26
+ protobuf==3.19.1
27
+ psutil==5.8.0
28
+ pyOpenSSL==21.0.0
29
+ pytest==6.2.5
30
+ pywin32==227
31
+ scikit_learn==1.0.2
32
+ seaborn==0.11.2
33
+ sentence_splitter==1.4
34
+ textacy==0.11.0
35
+ tqdm==4.62.2
36
+ typing_extensions==3.10.0.2
37
+ varname==0.8.1
38
+ wincertstore==0.2.1
39
+ xmlrpclib==1.0.1
40
+ zipp==3.6.0