mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-08 23:38:49 +00:00
chore: update poetry.lock
This commit is contained in:
@@ -36,14 +36,15 @@ PyJWT = ">=2.8.0"
|
||||
slowapi = "^0.1.9"
|
||||
toga-core = { version = ">=0.5.2", optional = true }
|
||||
pillow = { version = "*", optional = true }
|
||||
toga-gtk = { version = ">=0.5.2", optional = true }
|
||||
toga-winforms = { version = ">=0.5.2", optional = true }
|
||||
toga-cocoa = { version = ">=0.5.2", optional = true }
|
||||
|
||||
[tool.poetry.extras]
|
||||
gui = ["toga-core", "pillow"]
|
||||
|
||||
[project.optional-dependencies]
|
||||
gui-gtk = ["toga-gtk>=0.5.2"]
|
||||
gui-win = ["toga-winforms>=0.5.2"]
|
||||
gui-mac = ["toga-cocoa>=0.5.2"]
|
||||
gui-gtk = ["toga-gtk"]
|
||||
gui-win = ["toga-winforms"]
|
||||
gui-mac = ["toga-cocoa"]
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pytest = "^8.2"
|
||||
|
Reference in New Issue
Block a user