Blame SOURCES/remove-bundled-deps-from-requirements.patch

818ff8
diff --git a/requirements.txt b/requirements.txt
818ff8
index 20562c3e0f..792daa209a 100644
818ff8
--- a/requirements.txt
818ff8
+++ b/requirements.txt
818ff8
@@ -3,13 +3,5 @@
818ff8
 # packages.  Thus, this should be the loosest set possible (only required
818ff8
 # packages, not optional ones, and with the widest range of versions that could
818ff8
 # be suitable)
818ff8
-jinja2 >= 3.0.0
818ff8
 PyYAML >= 5.1  # PyYAML 5.1 is required for Python 3.8+ support
818ff8
 cryptography
818ff8
-packaging
818ff8
-# NOTE: resolvelib 0.x version bumps should be considered major/breaking
818ff8
-# NOTE: and we should update the upper cap with care, at least until 1.0
818ff8
-# NOTE: Ref: https://github.com/sarugaku/resolvelib/issues/69
818ff8
-# NOTE: When updating the upper bound, also update the latest version used
818ff8
-# NOTE: in the ansible-galaxy-collection test suite.
818ff8
-resolvelib >= 0.5.3, < 0.9.0  # dependency resolver used by ansible-galaxy