From 1570e5c3edc624b9a566e7115149f574c0973167 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Wed, 15 Jan 2020 06:32:29 +0900 Subject: [PATCH] Remove Pint from requirements.txt Pint is no longer used after horizon/utils/units.py was cleanup by commit 26eebd4abbbabc1475bae61c51d1cfcf14dba770. Change-Id: I17add5dc20846be052577db1ed8ca8bf98819846 --- lower-constraints.txt | 1 - requirements.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index e892e75549..f3db6e5ac0 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -79,7 +79,6 @@ pbr==2.0.0 pep8==1.5.7 pika==0.10.0 pika-pool==0.1.3 -Pint==0.5 positional==1.2.1 prettytable==0.7.2 pycodestyle==2.3.1 diff --git a/requirements.txt b/requirements.txt index a53d561d9c..c6a7fcfa6e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,6 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 oslo.upgradecheck>=0.1.1 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0 osprofiler>=2.3.0 # Apache-2.0 -Pint>=0.5 # BSD pymongo!=3.1,>=3.0.2 # Apache-2.0 pyScss!=1.3.5,>=1.3.4 # MIT License python-cinderclient>=5.0.0 # Apache-2.0