From ae150200874c55522f5da508e2219e5f971c68f9 Mon Sep 17 00:00:00 2001 From: Jon Schlueter Date: Wed, 15 Dec 2021 11:53:18 -0500 Subject: [PATCH] remove monotonic from requires Since python 2 support was removed there are no direct usage of monotonic package Change-Id: I9dcf775cc3306a6f5145d3159127518440b29c51 --- lower-constraints.txt | 1 - requirements.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index df38213356..d324c07322 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -8,7 +8,6 @@ gnocchiclient==7.0.0 jsonpath-rw-ext==1.1.3 keystoneauth1==3.18.0 lxml==4.5.1 -monotonic==0.6 msgpack==0.5.2 os-win==3.0.0 os-xenapi==0.3.3 diff --git a/requirements.txt b/requirements.txt index 3713e08ba0..7d8a13bde6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,6 @@ cotyledon>=1.3.0 #Apache-2.0 futurist>=1.8.0 # Apache-2.0 jsonpath-rw-ext>=1.1.3 # Apache-2.0 lxml>=4.5.1 # BSD -monotonic>=0.6 msgpack>=0.5.2 # Apache-2.0 oslo.concurrency>=3.26.0 # Apache-2.0 oslo.config>=6.0.0 # Apache-2.0