##// END OF EJS Templates
dependencies: pin venusian
marcink -
r628:6d456506 default
parent child Browse files
Show More
@@ -1,48 +1,49 b''
1 1 ## dependencies
2 2
3 3 # our custom configobj
4 4 https://code.rhodecode.com/upstream/configobj/archive/a11ff0a0bd4fbda9e3a91267e720f88329efb4a6.tar.gz?md5=9916c524ea11a6c418217af6b28d4b3c#egg=configobj==5.0.6
5 5 atomicwrites==1.2.1
6 6 attrs==18.2.0
7 7 dogpile.cache==0.7.1
8 8 dogpile.core==0.4.1
9 9 decorator==4.1.2
10 10 dulwich==0.13.0
11 11 hgsubversion==1.9.3
12 12 hg-evolve==8.3.3
13 13 mako==1.0.7
14 14 markupsafe==1.1.0
15 15 mercurial==4.6.2
16 16 msgpack-python==0.5.6
17 17
18 18 pastedeploy==2.0.1
19 19 psutil==5.4.8
20 20 pyramid==1.10.1
21 21 pyramid-mako==1.0.2
22 22
23 23 pygments==2.3.1
24 24 pathlib2==2.3.3
25 25 repoze.lru==0.7
26 26 simplejson==3.11.1
27 27 subprocess32==3.5.3
28 28 subvertpy==0.10.1
29 29
30 30 six==1.11.0
31 31 translationstring==1.3
32 32 webob==1.8.4
33 33 zope.deprecation==4.3.0
34 34 zope.interface==4.5.0
35 venusian==1.2.0
35 36
36 37 ## http servers
37 38 gevent==1.3.7
38 39 greenlet==0.4.15
39 40 gunicorn==19.9.0
40 41 waitress==1.1.0
41 42 setproctitle==1.1.10
42 43
43 44 ## debug
44 45 ipdb==0.11.0
45 46 ipython==5.1.0
46 47
47 48 ## test related requirements
48 49 -r requirements_test.txt
General Comments 0
You need to be logged in to leave comments. Login now