##// END OF EJS Templates
dependencies: freeze ipdb to same version as enterprise
marcink -
r155:8f6213b2 default
parent child Browse files
Show More
@@ -1,41 +1,43 b''
1 # core
1 # core
2 setuptools==30.1.0
2 setuptools==30.1.0
3
3
4 Beaker==1.7.0
4 Beaker==1.7.0
5 configobj==5.0.6
5 configobj==5.0.6
6 dulwich==0.13.0
6 dulwich==0.13.0
7 hgsubversion==1.8.6
7 hgsubversion==1.8.6
8 infrae.cache==1.0.1
8 infrae.cache==1.0.1
9 mercurial==4.0.2
9 mercurial==4.0.2
10 msgpack-python==0.4.8
10 msgpack-python==0.4.8
11 pyramid==1.6.1
11 pyramid==1.6.1
12 pyramid-jinja2==2.5
12 pyramid-jinja2==2.5
13 pyramid-mako==1.0.2
13 pyramid-mako==1.0.2
14 repoze.lru==0.6
14 repoze.lru==0.6
15 simplejson==3.7.2
15 simplejson==3.7.2
16 subprocess32==3.2.6
16 subprocess32==3.2.6
17
17
18 # Custom subvertpy that is not available on pypi.
18 # Custom subvertpy that is not available on pypi.
19 https://code.rhodecode.com/upstream/subvertpy/archive/subvertpy-0.9.3.tar.gz?md5=4e49da2fe07608239cc9a80a7bb8f33c#egg=subvertpy==0.9.3
19 https://code.rhodecode.com/upstream/subvertpy/archive/subvertpy-0.9.3.tar.gz?md5=4e49da2fe07608239cc9a80a7bb8f33c#egg=subvertpy==0.9.3
20
20
21 six==1.9.0
21 six==1.9.0
22 translationstring==1.3
22 translationstring==1.3
23 WebOb==1.3.1
23 WebOb==1.3.1
24 wheel==0.29.0
24 wheel==0.29.0
25 zope.deprecation==4.1.2
25 zope.deprecation==4.1.2
26 zope.interface==4.1.3
26 zope.interface==4.1.3
27
27
28 # debug
28 ## debug
29 ipdb==0.10.1
29 ipdb==0.10.1
30 ipython==5.1.0
30
31
31 # http servers
32 # http servers
32 gevent==1.1.2
33 gevent==1.1.2
33 greenlet==0.4.10
34 greenlet==0.4.10
34 gunicorn==19.6.0
35 gunicorn==19.6.0
35 waitress==1.0.1
36 waitress==1.0.1
36
37
37 # Pyro/Deprecated TODO(Marcink): remove in 4.7 release.
38 # Pyro/Deprecated TODO(Marcink): remove in 4.7 release.
38 Pyro4==4.41
39 Pyro4==4.41
39 serpent==1.15
40 serpent==1.15
40
41
42 ## test related requirements
41 -r requirements_test.txt
43 -r requirements_test.txt
General Comments 0
You need to be logged in to leave comments. Login now