##// END OF EJS Templates
nix: Use --set instead of --prefix for setting the PATH / PYTHONPATH...
nix: Use --set instead of --prefix for setting the PATH / PYTHONPATH Using --set will not append the system PATH / PYTHONPATH to the environment variable during wraping of executables. This will "lock-out" programs and python modules from the system and only allow the ones which are set during wrapping. This means e.g. of git we make only our custom git available and if thats missing we get an error instead of silently using the system git (if installed)

File last commit:

r50:1c1f7d51 default
r89:980afc58 stable
Show More
requirements.txt
34 lines | 742 B | text/plain | TextLexer
Beaker==1.7.0
configobj==5.0.6
dulwich==0.13.0
hgsubversion==1.8.6
infrae.cache==1.0.1
mercurial==3.8.4
msgpack-python==0.4.6
py==1.4.29
pyramid==1.6.1
pyramid-jinja2==2.5
pyramid-mako==1.0.2
Pyro4==4.41
pytest==2.8.5
repoze.lru==0.6
serpent==1.12
setuptools==20.8.1
simplejson==3.7.2
subprocess32==3.2.6
# TODO: johbo: This version is not in source on PyPI currently,
# change back once this or a future version is available
https://github.com/jelmer/subvertpy/archive/subvertpy-0.9.3.tar.gz#md5=7b745a47128050ea5a73efcd913ec1cf
six==1.9.0
translationstring==1.3
waitress==0.8.9
WebOb==1.3.1
wheel==0.29.0
zope.deprecation==4.1.1
zope.interface==4.1.3
greenlet==0.4.7
gunicorn==19.6.0
# Test related requirements
mock==1.0.1
WebTest==1.4.3