Skip to content

fix: add missing click dependency to requirements.txt#16

Open
gavin913-lss wants to merge 1 commit into
imbus:mainfrom
gavin913-lss:fix/add-click-dep
Open

fix: add missing click dependency to requirements.txt#16
gavin913-lss wants to merge 1 commit into
imbus:mainfrom
gavin913-lss:fix/add-click-dep

Conversation

@gavin913-lss
Copy link
Copy Markdown

Problem

click is declared in pyproject.toml dependencies and used in testbench2robotframework/cli.py, but is missing from the pip-compile generated requirements.txt.

This causes pip install -r requirements.txt to fail with a missing click module error.

Fixes #15

Fix

Add click==8.4.1 to requirements.txt in alphabetical order (between charset-normalizer and colorama).

click is declared in pyproject.toml dependencies and used in
cli.py, but was missing from the pip-compile generated
requirements.txt.

Fixes imbus#15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing click dependency

1 participant