forked from CenterForOpenScience/modular-file-renderer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
requirements.txt
60 lines (48 loc) · 873 Bytes
/
requirements.txt
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
aiohttp==0.18.4
chardet==2.3.0
furl==0.4.2
humanfriendly==2.1
invoke==0.13.0
mako==1.0.1
raven==5.27.0
setuptools==37.0.0
stevedore==1.2.0
tornado==4.3
# WaterButler
git+https://github.com/CenterForOpenScience/[email protected]#egg=waterbutler
agent==0.1.2
google-auth==1.4.1
# CodePygments
Pygments==2.2.0
# Docx
#git+https://github.com/jsocol/bleach.git
pydocx==0.7.0
# Image
olefile==0.44
Pillow==4.3.0
psd-tools==1.4
# IPython
ipython==5.2.2
nbconvert==4.2.0
nbformat==4.1.0
traitlets==4.2.2
jsonschema==2.4.0
jinja2==2.10.1
mistune==0.8.1
# Pdf
reportlab==3.5.56
# Pptx
# python-pptx==0.5.7
# Rst
docutils==0.12
# Tabular
pandas==0.25.1
xlrd==1.0.0
h5py==2.7.0
scipy==0.19.1
# Md
markdown==2.6.2
# TDMS
npTDMS==1.1.0
# Issue: certifi-2015.9.6.1 and 2015.9.6.2 fail verification (https://github.com/certifi/python-certifi/issues/26)
certifi==2015.4.28