pypi-mirror/requirements.txt
Monty Taylor d68260a79a Don't upgrade setuptools or distribute
It turns out that upgrading setuptools and distribute in the venv
we use to build the mirror causes MySQL-python to error out. However,
as of virtualenv 1.10.1, there's a new enough version of pip (1.4)
so it's actually not necessary for us to explicitly upgrade.

Change-Id: Ib08064ad1ce674323cd5dec87b7a9911c723d12a
2013-11-14 13:16:38 -05:00

4 lines
41 B
Plaintext

PyYAML>=3.1.0
pkginfo
virtualenv>=1.10.1