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