Skip to content

Commit

Permalink
pyproject: add vdf dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
loathingKernel committed Nov 29, 2024
1 parent a442c37 commit 5259172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ classifiers = [
urls = { repository = "https://github.com/Open-Wine-Components/umu-launcher" }
# Note: urllib3 is a vendored dependency. When using our Makefile, it will be
# installed automatically.
dependencies = ["python-xlib>=0.33", "filelock>=3.9.0", "urllib3>=2.0.0,<3.0.0"]
dependencies = ["python-xlib>=0.33", "filelock>=3.9.0", "urllib3>=2.0.0,<3.0.0", "vdf>=3.4.0"]

[project.optional-dependencies]
# Recommended
Expand Down

0 comments on commit 5259172

Please sign in to comment.