Remove unused requirements

Babel is used for i18n - we can re-add it if needed.

Neither testscenarios, testtools or oslotest are used in the current tests.
These provide testing utilities and can be added later if we use them.

Change-Id: If2ba0ddd902671d29b765497b420e7b4a4b14963
This commit is contained in:
Dougal Matthews 2017-04-19 10:13:46 +01:00
parent c0982f4797
commit 121ba2f212
2 changed files with 0 additions and 3 deletions

View File

@ -3,5 +3,4 @@
# process, which may cause wedges in the gate later.
pbr!=2.1.0,>=2.0.0 # Apache-2.0
Babel!=2.4.0,>=2.3.4 # BSD
oslo.serialization>=1.10.0 # Apache-2.0

View File

@ -9,8 +9,6 @@ sphinx>=1.5.1 # BSD
oslosphinx>=4.7.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
# releasenotes
reno>=1.8.0 # Apache-2.0