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