##// END OF EJS Templates
packaging: Fix versions of Chameleon(==2.24) and urllib3(==1.16).
Martin Bornhold -
r1008:ed3214a7 default
parent child Browse files
Show More
@@ -1,147 +1,149 b''
1 1 Babel==1.3
2 2 Beaker==1.7.0
3 Chameleon==2.24
3 4 CProfileV==1.0.6
4 5 FormEncode==1.2.4
5 6 Jinja2==2.7.3
6 7 Mako==1.0.1
7 8 Markdown==2.6.2
8 9 MarkupSafe==0.23
9 10 MySQL-python==1.2.5
10 11 Paste==2.0.2
11 12 PasteDeploy==1.5.2
12 13 PasteScript==1.7.5
13 14 Pygments==2.1.3
14 15
15 16 # TODO: This version is not available on PyPI
16 17 # Pylons==1.0.2.dev20160108
17 18 Pylons==1.0.1
18 19
19 20 # TODO: This version is not available, but newer ones are
20 21 # Pyro4==4.35
21 22 Pyro4==4.41
22 23
23 24 # TODO: This should probably not be in here
24 25 # -e hg+https://johbo@code.rhodecode.com/johbo/rhodecode-fork@3a454bd1f17c0b2b2a951cf2b111e0320d7942a9#egg=RhodeCodeEnterprise-dev
25 26
26 27 Routes==1.13
27 28 SQLAlchemy==0.9.9
28 29 Sphinx==1.2.2
29 30 Tempita==0.5.2
30 31 URLObject==2.4.0
31 32 WebError==0.10.3
32 33
33 34 # TODO: This is modified by us, needs a better integration. For now
34 35 # using the latest version before.
35 36 # WebHelpers==1.3.dev20150807
36 37 WebHelpers==1.3
37 38
38 39 WebHelpers2==2.0
39 40 WebOb==1.3.1
40 41 WebTest==1.4.3
41 42 Whoosh==2.7.0
42 43 alembic==0.8.4
43 44 amqplib==1.0.2
44 45 anyjson==0.3.3
45 46 appenlight-client==0.6.14
46 47 authomatic==0.1.0.post1;
47 48 backport-ipaddress==0.1
48 49 bottle==0.12.8
49 50 bumpversion==0.5.3
50 51 celery==2.2.10
51 52 channelstream==0.5.2
52 53 click==5.1
53 54 colander==1.2
54 55 configobj==5.0.6
55 56 cov-core==1.15.0
56 57 coverage==3.7.1
57 58 cssselect==0.9.1
58 59 decorator==3.4.2
59 60 deform==2.0a2
60 61 docutils==0.12
61 62 dogpile.cache==0.6.1
62 63 dogpile.core==0.4.1
63 64 dulwich==0.12.0
64 65 ecdsa==0.11
65 66 future==0.14.3
66 67 futures==3.0.2
67 68 gevent==1.1.1
68 69 gprof2dot==2015.12.1
69 70 greenlet==0.4.9
70 71 gunicorn==19.6.0
71 72
72 73 # TODO: Needs subvertpy and blows up without Subversion headers,
73 74 # actually we should not need this for Enterprise at all.
74 75 # hgsubversion==1.8.2
75 76
76 77 gnureadline==6.3.3
77 78 infrae.cache==1.0.1
78 79 invoke==0.13.0
79 80 ipdb==0.8
80 81 ipython==3.1.0
81 82 iso8601==0.1.11
82 83 itsdangerous==0.24
83 84 kombu==1.5.1
84 85 lxml==3.4.4
85 86 meld3==1.0.2
86 87 mock==1.0.1
87 88 msgpack-python==0.4.6
88 89 nose==1.3.6
89 90 objgraph==2.0.0
90 91 packaging==15.2
91 92 paramiko==1.15.1
92 93 psutil==2.2.1
93 94 psycopg2==2.6.1
94 95 py==1.4.29
95 96 py-bcrypt==0.4
96 97 py-gfm==0.1.3
97 98 pycrypto==2.6.1
98 99 pycurl==7.19.5
99 100 pyflakes==0.8.1
100 101 pyparsing==1.5.7
101 102 pyramid==1.6.1
102 103 pyramid-beaker==0.8
103 104 pyramid-debugtoolbar==2.4.2
104 105 pyramid-jinja2==2.5
105 106 pyramid-mako==1.0.2
106 107 pysqlite==2.6.3
107 108 pytest==2.8.5
108 109 pytest-runner==2.7.1
109 110 pytest-catchlog==1.2.2
110 111 pytest-cov==1.8.1
111 112 pytest-profiling==1.0.1
112 113 pytest-timeout==0.4
113 114 python-dateutil==1.5
114 115 python-ldap==2.4.19
115 116 python-memcached==1.57
116 117 python-pam==1.8.2
117 118 pytz==2015.4
118 119 pyzmq==14.6.0
119 120
120 121 # TODO: This is not available in public
121 122 # rc-testdata==0.2.0
122 123
123 124 https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.10.2.zip#md5=d2af3985a1a32a678944d4d48870cb04
124 125
125 126
126 127 recaptcha-client==1.0.6
127 128 repoze.lru==0.6
128 129 requests==2.9.1
129 130 serpent==1.12
130 131 setproctitle==1.1.8
131 132 setuptools==20.8.1
132 133 setuptools-scm==1.11.0
133 134 simplejson==3.7.2
134 135 six==1.9.0
135 136 subprocess32==3.2.6
136 137 supervisor==3.3.0
137 138 transifex-client==0.10
138 139 translationstring==1.3
139 140 trollius==1.0.4
140 141 uWSGI==2.0.11.2
142 urllib3==1.16
141 143 venusian==1.0
142 144 waitress==0.8.9
143 145 wsgiref==0.1.2
144 146 zope.cachedescriptors==4.0.0
145 147 zope.deprecation==4.1.2
146 148 zope.event==4.0.3
147 149 zope.interface==4.1.3
General Comments 0
You need to be logged in to leave comments. Login now