Skip to content

Commit

Permalink
chore(deps-dev) do not fix dependency versions (#50)
Browse files Browse the repository at this point in the history
* chore(deps-dev) do not fix dependency versions

* chore(deps-dev) revert unnecessary changes
  • Loading branch information
KarelZe authored Jan 10, 2024
1 parent a6dc412 commit a715d62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion forensicsim-data
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ authors = [
{ name = "Markus Bilz", email = "[email protected]" }
]
dependencies = [
"beautifulsoup4~=4.12.2",
"click~=8.1.7",
"beautifulsoup4",
"click",
"chromedb @ git+https://github.com/karelze/ccl_chrome_indexeddb@master",
"pause~=0.3",
"pyautogui~=0.9.54",
"pywinauto~=0.6.8"
"pause",
"pyautogui",
"pywinauto"
]

dynamic = ["version"]
Expand Down

0 comments on commit a715d62

Please sign in to comment.