-
Notifications
You must be signed in to change notification settings - Fork 2
/
Pipfile
47 lines (43 loc) · 840 Bytes
/
Pipfile
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
36
37
38
39
40
41
42
43
44
45
46
47
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[[source]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
verify_ssl = true
[dev-packages]
vcf2neo = {editable = true,path = "."}
autopep8 = "*"
pylint = "*"
pydocstyle = "*"
pep8 = "*"
flake8 = "*"
[packages]
beautifulsoup4 = "==4.5.3"
bioservices = "==1.4.14"
click = "==6.7"
colorama = "==0.3.7"
coveralls = "*"
easydev = "==0.9.30"
gevent = "*"
greenlet = "==0.4.15"
grequests = "==0.3.0"
pexpect = "==4.2.1"
ptyprocess = "==0.5.1"
py2neo = "==3.1.2"
pyparsing = "==2.2.0"
pytest = ">=3.6"
pytest-cov = "*"
pyvcf = "==0.6.8"
requests = ">=2.20.0"
requests-cache = "==0.4.13"
six = "==1.10.0"
suds-jurko = "==0.6"
tqdm = "==4.10.0"
wrapt = "==1.10.8"
xmltodict = "==0.10.2"
coverage = "*"
combattbmodel = "==0.0.8"
[requires]
python_version = "3.6"