Skip to content

Commit

Permalink
Rely on obsah to pull in Ansible
Browse files Browse the repository at this point in the history
obsah already pulls in either ansible or ansible-core, depending on the
Python version. There's no need for obal itself to pull it in.
  • Loading branch information
ekohl committed Dec 28, 2023
1 parent 601dae6 commit 68699bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def find_package_data(package, data_dir):

packages=find_packages(exclude=['contrib', 'docs', 'tests']),

install_requires=['ansible >= 2.5', 'obsah >= 0.0.3'],
install_requires=['obsah >= 0.0.3'],

extras_require={
'argcomplete': ['argcomplete'],
Expand Down

0 comments on commit 68699bb

Please sign in to comment.