Skip to content

Commit

Permalink
Dependencies: Add explicit click dependency
Browse files Browse the repository at this point in the history
Removing explicit `click_completion()` which is no longer needed for
modern versions of click.
  • Loading branch information
sphuber committed Feb 26, 2024
1 parent 5b0a5bf commit 795d5f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ classifiers = [
dependencies = [
'aiida-core[atomic_tools]~=2.1',
'ase!=3.20.*',
'click~=8.0',
'pint~=0.16',
'pymatgen>=2022.1.20'
]
Expand Down
4 changes: 0 additions & 4 deletions src/aiida_common_workflows/cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
"""Module for the command line interface."""
import click_completion

# Activate the completion of parameter types provided by the click_completion package
click_completion.init()

0 comments on commit 795d5f3

Please sign in to comment.