Skip to content

Commit c212fb5

Browse files
committed
Splitting the requirments up (should speed up Travis builds).
1 parent 8be5dae commit c212fb5

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

dev-requirements.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#
2+
# Development dependencies.
3+
#
4+
nose==1.1.2
5+
coverage==3.5.1
6+
mock==0.8.0
7+
logilab-common==0.57.1
8+
logilab-astng==0.23.1
9+
pylint==0.25.1
10+
Pygments==1.5
11+
Jinja2==2.6
12+
docutils==0.8.1
13+
Sphinx==1.1.3

requirements.txt

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,4 @@
11
#
2-
# Copyright 2012 keyes.ie
3-
#
4-
# License: http://jkeyes.mit-license.org/
2+
# Runtime dependencies.
53
#
64
requests==0.10.8
7-
nose==1.1.2
8-
coverage==3.5.1
9-
mock==0.8.0
10-
logilab-common==0.57.1
11-
logilab-astng==0.23.1
12-
pylint==0.25.1
13-
Pygments==1.5
14-
Jinja2==2.6
15-
docutils==0.8.1
16-
Sphinx==1.1.3

0 commit comments

Comments
 (0)