Blob Blame History Raw
diff -Naur ansible-inventory-grapher-2.5.0.orig/setup.py ansible-inventory-grapher-2.5.0/setup.py
--- ansible-inventory-grapher-2.5.0.orig/setup.py	2019-09-10 06:15:38.000000000 -0500
+++ ansible-inventory-grapher-2.5.0/setup.py	2022-02-02 17:06:35.332213521 -0600
@@ -17,7 +17,7 @@
     author_email='will@thames.id.au',
     url='http://github.com/willthames/ansible-inventory-grapher',
     license='GPLv3',
-    install_requires=['ansible >= 2.4'],
+    install_requires=[],
     package_dir={'': 'lib'},
     packages=find_packages('lib'),
     include_package_data=True,