-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconda.yaml
44 lines (43 loc) · 856 Bytes
/
conda.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: doc_parser
channels:
- defaults
dependencies:
- ca-certificates=2020.1.1
- certifi=2020.4.5.1
- libcxx=10.0.0
- libedit=3.1.20181209
- libffi=3.3
- ncurses=6.2
- openssl=1.1.1g
- pip=20.0.2
- python=3.7.7
- readline=8.0
- setuptools=46.4.0
- sqlite=3.31.1
- tk=8.6.8
- wheel=0.34.2
- xlsxwriter=1.2.8
- xz=5.2.5
- zlib=1.2.11
- pip:
- attrs==19.3.0
- chardet==3.0.4
- idna==2.9
- importlib-metadata==1.6.0
- more-itertools==8.3.0
- packaging==20.4
- pdfminer==20191125
- plotly==4.7.1
- pluggy==0.13.1
- py==1.8.1
- pycryptodome==3.9.7
- pyparsing==2.4.7
- pytest==5.4.2
- requests==2.23.0
- retrying==1.3.3
- six==1.14.0
- tika==1.24
- urllib3==1.25.9
- wcwidth==0.1.9
- zipp==3.1.0
prefix: /Users/solo/miniconda3/envs/doc_parser