From 87123756ff6737b43683dc2b7b6a6394d3fcd661 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 23 Feb 2021 00:08:05 +0100 Subject: [PATCH] Explicitly add used requires - This does not make much sense without click, the version range comes from tox.ini - Docutils is a transitive dependency from sphinx, but this extension currently imports from it directly. --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 6e574d3..14097a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,4 @@ pbr>=2.0 sphinx>=1.5,<4.0 +click>=6.0,<8.0 +docutils