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