Revert "add mirror requirements list"

This reverts commit b1101620fc.

The new thinking is that hacking itself should enforce that the
three hacking requirements are not in project's test requirements.

Change-Id: I7167968c272552838985fe8b9241549abae0da18
This commit is contained in:
Sean Dague 2014-04-10 16:47:15 -04:00
parent b1101620fc
commit 8078ba7f42
2 changed files with 3 additions and 7 deletions

View File

@ -131,6 +131,7 @@ django-nose
docutils==0.9.1
feedparser
fixtures>=0.3.14
flake8==2.0
hacking>=0.8.0,<0.9
hgtools # dependency of pytest-runner that is only in setup_requires
hp3parclient>=3.0,<4.0
@ -148,8 +149,10 @@ nosexcover
openstack-doc-tools>=0.8.2
openstack.nose_plugin>=0.7
oslosphinx
pep8==1.4.5
proboscis==1.2.5.3
psycopg2
pyflakes>=0.7.2,<0.7.4
pylint==0.25.2
pysendfile==2.0.0
pysqlite

View File

@ -1,7 +0,0 @@
# Use this file to specify requirements that we want put into the
# mirror but that we don't want projects to specify directly.
#
# Useful for transitive dependencies like pyflakes
pyflakes
pep8
flake8