# This file lists requirements needed to run the executables shipped
# by ga4gh/ga4gh-server.
#
# These requirements are read directly into setup.py, so specify them
# in the order that they should be in in setup.py

### This section is for dependencies of the libraries ###
# these libraries are the set listed by pipdeptree -f -w
# that are dependencies of libraries listed in the next section

# Adding the constraints.txt allows you to choose a specific 
# way to resolve our internal dependencies. During development,
# the constraints file will point at the current master branch 
# of the respective module.
ga4gh-common==0.0.7
candig-schemas==0.8.0

Werkzeug==0.14.1
MarkupSafe==0.23
itsdangerous==0.24
six==1.10.0
pycryptodome==3.6.6
Mako==1.0.4
Beaker==1.8.0
funcsigs==0.4
alabaster==0.7.7
cryptography==2.3.1
idna==2.7
pyasn1==0.1.9
pyasn1-modules==0.0.8
enum34==1.1.2
ipaddress==1.0.16
cffi==1.11.5
pycparser==2.14
Jinja2==2.10.1
future==0.15.2
pyjwkest==1.4.0
PyJWT==1.4.2
peewee==2.8.5
gunicorn==19.9.0
pandas==0.24.2

### This section is for the actual libraries ###
# these libraries are imported in code that can be reached via
# an executable that we ship

# Flask must come after all other requirements that have "flask" as a
# prefix due to a setuptools bug.
Flask-Cors==3.0.6
Flask==1.0.2
protobuf==3.3.0
humanize==0.5.1
pysam==0.9.0
requests==2.20.0
requests-futures==0.9.8
oic==0.7.6
pyOpenSSL==18.0.0
lxml==3.4.4
pyBigWig==0.3.4

# We need sphinx-argparse to build on readthedocs.
sphinx-argparse==0.1.15

# G2P uses a ttl backend
RDFLib==4.2.1

# Differential privacy lib requires numpy
numpy
