Blame view

requirements.txt 1.04 KB
4c116acc   Goutte   Clean up the requ...
1
2
# The following requirements were originally generated with `pip freeze`.
# It's usually a good idea to freeze the dependencies when going into prod.
952e3d8f   Goutte   Move to another s...
3

5ef50583   Goutte   Clean up.
4
5
6
# yum install lapack
# yum install lapack-devel

952e3d8f   Goutte   Move to another s...
7
8
9

## MAIN DEPENDENCIES

706febb3   Goutte   Add the python re...
10
Flask==0.12
706febb3   Goutte   Add the python re...
11
12
13
Jinja2==2.9.5
Markdown==2.6.8
MarkupSafe==1.0
952e3d8f   Goutte   Move to another s...
14
python-slugify==1.2.4
9f57dceb   Goutte   Add half the brid...
15
requests==2.19.1
952e3d8f   Goutte   Move to another s...
16

11d86851   Goutte   Add support for s...
17
18
19
20
21
# Why not pyvo ?
# For obscure reasons within spacepy, only numpy 1.7 or 1.8 will work
# and pyvo requires astropy, that requires a more recent numpy.
#pyvo==0.9.*

952e3d8f   Goutte   Move to another s...
22

4c116acc   Goutte   Clean up the requ...
23
24
25
26
27
28
29
30
31
32
33
34
## FILE FORMATS

PyYAML==3.12
netCDF4==1.2.7
h5py==2.8.0
# spacepy does not like recent numpy versions (1.7 looks ok -- 1.8 works too)
numpy==1.8.*
# We only use pycdf from spacepy.
# Ulterior versions are broken on install. (for python 2.7)
spacepy==0.1.5


952e3d8f   Goutte   Move to another s...
35
## SECOND LEVEL DEPS
91c3d52d   Goutte   Add more logs.
36
# (comment them out if you have compatibility issues)
952e3d8f   Goutte   Move to another s...
37
38
39
40
41

appdirs==1.4.3
click==6.7
dateutils==0.6.6
itsdangerous==0.24
706febb3   Goutte   Add the python re...
42
mglob==0.4
706febb3   Goutte   Add the python re...
43
pyparsing==2.2.0
952e3d8f   Goutte   Move to another s...
44
packaging==16.8
706febb3   Goutte   Add the python re...
45
46
six==1.10.0
Werkzeug==0.12
5ef50583   Goutte   Clean up.
47
Cython==0.27.1
952e3d8f   Goutte   Move to another s...
48
49


952e3d8f   Goutte   Move to another s...
50
51
52
53
## WEIRD STUFF

# This version number makes pip yell on the prod server (?)
#pkg-resources==0.0.0