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