File tree 3 files changed +17
-16
lines changed
3 files changed +17
-16
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ pip-log.txt
26
26
.coverage
27
27
.tox
28
28
nosetests.xml
29
+ .ropeproject
29
30
30
31
# Translations
31
32
* .mo
Original file line number Diff line number Diff line change 1
1
numpy >= 1.7.1
2
- pyparsing = =1.5.7
3
- pysam == 0.7.4
4
- cyvcf = =0.1.7
5
- PyYAML = =3.10
6
- pybedtools = =0.6.2
7
- python-graph-core = =1.8.2
8
- python-graph-dot = =1.8.2
9
- bottle = =0.11.6
10
- ipython-cluster-helper == 0.1.7
2
+ pyparsing >= 1.5.6 , < =1.5.7
3
+ pysam >= 0.6
4
+ cyvcf > =0.1.7
5
+ PyYAML > =3.10
6
+ pybedtools > =0.6.2
7
+ python-graph-core > =1.8.2
8
+ python-graph-dot > =1.8.2
9
+ bottle > =0.11.6
10
+ ipython-cluster-helper >= 0.1.9
11
11
bx-python >= 0.7.1
12
12
git+https://github.com/arq5x/gemini.git
Original file line number Diff line number Diff line change 20
20
setup (
21
21
name = "gemini" ,
22
22
version = version ,
23
- install_requires = ['numpy>=1.6.0' ,
24
- 'pyparsing>=1.5.6,<=1.5.7' ,
25
- 'pysam>=0.7.4 ' ,
26
- 'cyvcf>=0.1.7' ,
27
- 'PyYAML >= 3.10' ,
28
- 'pybedtools>=0.6.1 ' ,
23
+ install_requires = ['numpy>=1.6.0' ,
24
+ 'pyparsing>=1.5.6,<=1.5.7' ,
25
+ 'pysam>=0.6 ' ,
26
+ 'cyvcf>=0.1.7' ,
27
+ 'PyYAML >= 3.10' ,
28
+ 'pybedtools>=0.6.2 ' ,
29
29
'python-graph-core >= 1.8.2' ,
30
30
'python-graph-dot >= 1.8.2' ,
31
31
'bottle >= 0.11' ,
32
- 'ipython-cluster-helper >= 0.1.7 ' ,
32
+ 'ipython-cluster-helper >= 0.1.9 ' ,
33
33
'bx-python >= 0.7.1' ],
34
34
dependency_links = ['http://github.com/arq5x/cyvcf/tarball/master#egg=cyvcf-0.1.5' ],
35
35
requires = ['python (>=2.5, <3.0)' ],
You can’t perform that action at this time.
0 commit comments