Skip to content

Commit

Permalink
Comment out argcomplete which does not exist as rhel9 python3.11 pack…
Browse files Browse the repository at this point in the history
…age yet
  • Loading branch information
peterfpeterson committed Aug 1, 2024
1 parent 6f388b7 commit 8a626db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ dynamic = ["version"]
#requires-python = ">=3.10"
dependencies = [
# list all runtime dependencies here
"argcomplete",
"urllib3",
#"argcomplete",
]
license = { text = "MIT" }

Expand Down

0 comments on commit 8a626db

Please sign in to comment.