forked from ga4gh/ga4gh-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev-requirements.txt
More file actions
35 lines (28 loc) · 829 Bytes
/
dev-requirements.txt
File metadata and controls
35 lines (28 loc) · 829 Bytes
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
# This file lists the requirements needed to develop on ga4gh/ga4gh-server.
# Include the requirements.txt file
-r requirements.txt -c constraints.txt
### 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
# and are not already listed in requirements.txt
python-dateutil==2.5.1
PyYAML==3.11
### This section is for the actual libraries ###
# we import these libraries somewhere in the codebase but
# do not import them in any code that can be reached via
# an executable that we ship
mock
nose
pep8
flake8==3.2.0
coverage
PyVCF==0.6.7
freezegun==0.3.6
guppy==0.1.10
snakefood==1.4
Sphinx==1.4.6
sphinx_rtd_theme
# Requirements for OIDC provider
pyaml==15.03.1
cherrypy==3.2.4
yubico-client==1.9.1