Skip to content

Commit

Permalink
requirements_prod_test: fix tkinter library
Browse files Browse the repository at this point in the history
When running "pip install -r requirements_prod_test.txt" an error pops
up:
"ERROR: Could not find a version that satisfies the requirement
tkinter".

Use proper name for the library so the requirements doc can be fully
used with pip.

Signed-off-by: Antoniu Miclaus <[email protected]>
  • Loading branch information
amiclaus committed Jul 14, 2022
1 parent e4331b0 commit 9cafe4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements_prod_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ bump2version
pytest-html
plotly-express
pyvisa
tkinter
tk

0 comments on commit 9cafe4c

Please sign in to comment.