Skip to content
This repository was archived by the owner on Dec 9, 2022. It is now read-only.

Commit 9252a45

Browse files
committed
add req
1 parent e0bf276 commit 9252a45

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

requirements.txt

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
-i https://pypi.org/simple
2+
appnope==0.1.0 ; sys_platform == 'darwin'
3+
attrs==19.1.0
4+
backcall==0.1.0
5+
beautifulsoup4==4.7.1
6+
blis==0.2.4
7+
bs4==0.0.1
8+
cachetools==3.1.1
9+
certifi==2019.3.9
10+
chardet==3.0.4
11+
cymem==2.0.2
12+
cytoolz==0.9.0.1
13+
decorator==4.4.0
14+
html5lib==1.0.1
15+
idna==2.8
16+
ipykernel==5.1.1
17+
ipython-genutils==0.2.0
18+
ipython==7.5.0
19+
jedi==0.13.3
20+
joblib==0.13.2
21+
jsonschema==3.0.1
22+
jupyter-client==5.2.4
23+
jupyter-core==4.4.0
24+
mistune==0.8.4
25+
murmurhash==1.0.2
26+
networkx==2.3
27+
numpy==1.16.4
28+
parso==0.4.0
29+
pexpect==4.7.0 ; sys_platform != 'win32'
30+
pickleshare==0.7.5
31+
plac==0.9.6
32+
preshed==2.0.1
33+
prompt-toolkit==2.0.9
34+
ptyprocess==0.6.0
35+
pyemd==0.5.1
36+
pygments==2.4.2
37+
pyphen==0.9.5
38+
pyrsistent==0.15.2
39+
python-dateutil==2.8.0
40+
python-levenshtein==0.12.0
41+
pyzmq==18.0.1
42+
regex==2019.6.8
43+
requests==2.22.0
44+
scikit-learn==0.20.3
45+
scipy==1.3.0
46+
six==1.12.0
47+
soupsieve==1.9.1
48+
spacy==2.1.4
49+
srsly==0.0.7
50+
textacy==0.7.0
51+
thinc==7.0.4
52+
timeout-decorator==0.4.1
53+
toolz==0.9.0
54+
tornado==6.0.2
55+
tqdm==4.32.1
56+
traitlets==4.3.2
57+
urllib3==1.25.3
58+
wasabi==0.2.2
59+
wcwidth==0.1.7
60+
webencodings==0.5.1

0 commit comments

Comments
 (0)