summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorJon Schlueter <jschluet@redhat.com>2021-05-27 12:23:17 -0400
committerJon Schlueter <jschluet@redhat.com>2021-05-27 12:26:48 -0400
commit4ae76f31520540d2eb1cd5048b4163991f79019f (patch)
tree5d2404847872abca81d11062ac241ff7c3ea4d64 /requirements.txt
parent850ffc27a13f6f95da1fdb8f949a6ab646e01365 (diff)
downloadceilometer-4ae76f31520540d2eb1cd5048b4163991f79019f.tar.gz
remove requires on monotonic
monotonic dependency was removed when switching to python3. The requires on it is not needed. It was previously limited to python < 3.3 but that limit got lost. There is no current usage in the code importing monotonic. https: //review.opendev.org/c/openstack/ceilometer/+/676706 Change-Id: I182dd641893eea7226a5e3afc17132ac973b516b
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 3713e08b..7d8a13bd 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