swift/tools
Julien Danjou dcff5ff516 Use install_requires in setup.py
Using install_requires makes sure that if some code is using Swift internal
and wants to require Swift, all its dependencies have been already pulled.
This is really useful on test automation for example, otherwise, code might
be failing because on of the module listed in pip-requires is not instaled.

Also, we change the pip-requires files to use >= rather than ==, so the
requirements are easily fulfiled with distribution provided packages.

Change-Id: I65814bcd8ce798da21a5c17b4d5916a23f59e962
Signed-off-by: Julien Danjou <julien@danjou.info>
2012-12-12 11:18:45 +01:00
..
pip-requires Use install_requires in setup.py 2012-12-12 11:18:45 +01:00
test-requires Upgrade pep8 to 1.3.3. 2012-11-26 18:15:21 -08:00