ansible-core/remove-bundled-deps-from-requirements.patch
Dimitri Savineau 49523eb309
Downgrade to 2.14.7 and use python 3.9
Resolves: #2221820

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
2023-07-18 10:13:07 -04:00

13 lines
426 B
Diff

diff --git a/requirements.txt b/requirements.txt
index 20562c3e0f..b24f27b2ca 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,7 +3,6 @@
# packages. Thus, this should be the loosest set possible (only required
# packages, not optional ones, and with the widest range of versions that could
# be suitable)
-jinja2 >= 3.0.0
PyYAML >= 5.1 # PyYAML 5.1 is required for Python 3.8+ support
cryptography
packaging