Blame view

requirements.txt 1.18 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

6b2d7c9d   Goutte   Comment things.
4
# For CentOs you'll also need
5ef50583   Goutte   Clean up.
5
6
7
# yum install lapack
# yum install lapack-devel

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

## MAIN DEPENDENCIES

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

11d86851   Goutte   Add support for s...
18
19
20
21
22
# 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...
23

4c116acc   Goutte   Clean up the requ...
24
25
## FILE FORMATS

68198b8c   Goutte   Mention pupynere.
26
27
# Also available : https://pypi.org/project/pupynere/

4c116acc   Goutte   Clean up the requ...
28
29
30
31
32
33
34
35
36
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

c00cd85d   Goutte   🌠
37
38
# isoparse needs at least 2.7
python-dateutil==2.7.*
4c116acc   Goutte   Clean up the requ...
39

952e3d8f   Goutte   Move to another s...
40
## SECOND LEVEL DEPS
91c3d52d   Goutte   Add more logs.
41
# (comment them out if you have compatibility issues)
952e3d8f   Goutte   Move to another s...
42
43
44
45
46

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


952e3d8f   Goutte   Move to another s...
55
56
57
58
## WEIRD STUFF

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