Skip to content

Commit

Permalink
The New Computer Update (dependency fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianLucas committed Dec 12, 2023
1 parent 7f5257b commit 9af0d7c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,14 @@ pytesseract = { version = "^0.3.10", optional = true }
pyautogui = { version = "^0.9.54", optional = true }
opencv-python = { version = "^4.8.1.78", optional = true }
ipython = { version = "^8.18.1", optional = true }
cairosvg = { version = "^2.7.1", optional = true }
CairoSVG = { version = "^2.7.1", optional = true }

semgrep = { version = "^1.52.0", optional = true }
yaspin = { version = "^3.0.1", optional = true }

[tool.poetry.extras]
os = ["matplotlib", "pytesseract", "pyautogui", "opencv-python", "ipython"]
safe = ["semgrep"]
os = ["pytesseract", "pyautogui", "opencv-python", "ipython", "CairoSVG"]
safe = ["semgrep", "yaspin"]

[tool.poetry.group.dev.dependencies]
black = "^23.10.1"
Expand Down

0 comments on commit 9af0d7c

Please sign in to comment.