From e21fe42aaace107f759c78744e61948468e99287 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Tue, 2 Mar 2021 09:29:24 +0100 Subject: [PATCH] Remove tests/sanity/requirements.txt (#18) --- tests/sanity/requirements.txt | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 tests/sanity/requirements.txt diff --git a/tests/sanity/requirements.txt b/tests/sanity/requirements.txt deleted file mode 100644 index 3e3a966..0000000 --- a/tests/sanity/requirements.txt +++ /dev/null @@ -1,4 +0,0 @@ -packaging # needed for update-bundled and changelog -sphinx ; python_version >= '3.5' # docs build requires python 3+ -sphinx-notfound-page ; python_version >= '3.5' # docs build requires python 3+ -straight.plugin ; python_version >= '3.5' # needed for hacking/build-ansible.py which will host changelog generation and requires python 3+