-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
63415b7
commit 6ec1ebb
Showing
3 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
8 changes: 4 additions & 4 deletions
8
kata-solutions/countries-kata/countries-kata-python/poetry.lock
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
24 changes: 12 additions & 12 deletions
24
kata-solutions/questionnaire-kata/questionnaire-python/poetry.lock
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,12 +7,12 @@ authors = ["Your name <[email protected]>"] | |
[tool.poetry.dependencies] | ||
python = ">=3.10.0,<3.12" | ||
|
||
pytest-watch = "^4.2.0" | ||
pyhamcrest = "^2.1.0" | ||
pytest-watch = "^4.2.0" | ||
plotly-express = "^0.4.1" | ||
openpyxl = "^3.1.4" | ||
streamlit = "^1.35.0" | ||
openpyxl = "^3.1.5" | ||
pandas = "^2.2.2" | ||
streamlit = "^1.36.0" | ||
|
||
|
||
|
||
|