Skip to content

Commit

Permalink
Remove unused deps
Browse files Browse the repository at this point in the history
Using `grep -qIER` against each listed package (with `s/-/_/g` applied), the
following packages appear to be unused. These were likely pinned
because they were dependencies for another package, but this can raise
the likelihood of complications/conflicts during package updates.

Otherwise, perhaps these were used at one time and the project
dependencies were neglected.

Remove:
- nornir-utils
- tokenize-rt
  • Loading branch information
rustydb committed Nov 12, 2024
1 parent 28d2b1a commit fd90603
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,13 @@ dependencies = [
'nornir-netmiko==1.0.1',
'nornir-salt==0.19.2',
'nornir-scrapli==2023.1.30.post1',
'nornir-utils==0.2.0',
'nornir==3.3.0',
'openpyxl==3.1.5',
'pyyaml==6.0.2',
'requests==2.32.3',
'responses==0.25.3',
'ruamel.yaml<0.18.7',
'tabulate==0.9.0',
'tokenize-rt==6.1.0',
'tomli==2.0.2',
'ttp==0.9.5',
'urllib3==2.2.3',
Expand Down

0 comments on commit fd90603

Please sign in to comment.