requirements.txt 1.18 KB
# The following requirements were originally generated with `pip freeze`.
# It's usually a good idea to freeze the dependencies when going into prod.

# For CentOs you'll also need
# yum install lapack
# yum install lapack-devel


## MAIN DEPENDENCIES

Flask==0.12
Jinja2==2.9.5
Markdown==2.6.8
MarkupSafe==1.0
python-slugify==1.2.4
requests==2.19.1

# 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.*


## FILE FORMATS

# Also available : https://pypi.org/project/pupynere/

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

# isoparse needs at least 2.7
python-dateutil==2.7.*

## SECOND LEVEL DEPS
# (comment them out if you have compatibility issues)

appdirs==1.4.3
click==6.7
dateutils==0.6.6
itsdangerous==0.24
mglob==0.4
pyparsing==2.2.0
packaging==16.8
six==1.10.0
Werkzeug==0.12
Cython==0.27.1


## WEIRD STUFF

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