From c72296e5e1f06cec4d665e1d224d5870dd4ab933 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Sun, 3 Jun 2018 07:14:25 +0900 Subject: [PATCH] Cleanup requirements https://review.openstack.org/#/c/567830/ turns out that trove-dashboard has horizon dependecies explicitly in requirements.txt even if trove-dashboard does not use directly. It makes the maintenance of requirements complicated, so it would be better to drop them. Change-Id: I8e1e6f4b5c4172df56a698a9091f1e98e9f6b6b8 --- requirements.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 46c1ce1..7520cab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,13 +3,7 @@ # process, which may cause wedges in the gate later. pbr>=1.6 -# Horizon Core Requirements -Babel>=1.3 -Django<1.9,>=1.8 -django-compressor>=1.4 -iso8601>=0.1.9 oslo.log>=3.30.0 # Apache-2.0 -python-keystoneclient!=1.8.0,>=1.6.0 python-swiftclient>=2.2.0 python-troveclient>=1.2.0 horizon>=13.0.0 # Apache-2.0