requirements.txt
41 lines
| 767 B
| text/plain
|
TextLexer
r176 | ## core | |||
r139 | setuptools==30.1.0 | |||
r137 | ||||
r239 | Beaker==1.9.0 | |||
r0 | configobj==5.0.6 | |||
r177 | decorator==4.0.11 | |||
r31 | dulwich==0.13.0 | |||
r241 | hgsubversion==1.8.7 | |||
r256 | hg-evolve==6.6.0 | |||
r0 | infrae.cache==1.0.1 | |||
r256 | mercurial==4.2.3 | |||
r137 | msgpack-python==0.4.8 | |||
r0 | pyramid-jinja2==2.5 | |||
r268 | pyramid==1.9.1 | |||
r0 | pyramid-mako==1.0.2 | |||
repoze.lru==0.6 | ||||
r243 | simplejson==3.11.1 | |||
r240 | subprocess32==3.2.7 | |||
r137 | ||||
# Custom subvertpy that is not available on pypi. | ||||
https://code.rhodecode.com/upstream/subvertpy/archive/subvertpy-0.9.3.tar.gz?md5=4e49da2fe07608239cc9a80a7bb8f33c#egg=subvertpy==0.9.3 | ||||
r0 | six==1.9.0 | |||
translationstring==1.3 | ||||
r244 | WebOb==1.7.3 | |||
r0 | wheel==0.29.0 | |||
r137 | zope.deprecation==4.1.2 | |||
r0 | zope.interface==4.1.3 | |||
r137 | ||||
r238 | ## http servers | |||
gevent==1.2.2 | ||||
greenlet==0.4.12 | ||||
gunicorn==19.7.1 | ||||
waitress==1.0.2 | ||||
r155 | ## debug | |||
r242 | ipdb==0.10.3 | |||
r155 | ipython==5.1.0 | |||
r0 | ||||
r155 | ## test related requirements | |||
r137 | -r requirements_test.txt | |||