Skip to content

Commit

Permalink
pyproject: update optional deps
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Dec 24, 2024
1 parent 5f0a78d commit ba7cb65
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 @@ -42,7 +42,7 @@ dependencies = ["python-xlib>=0.33", "filelock>=3.9.0", "urllib3>=2.0.0,<3.0.0"]
# For network requests, use the system's CA bundle instead of certifi's
cli = ["truststore"]
# Support for delta updates for Proton and the Steam Linux Runtime
updates = ["cryptography>=38.0.4", "cbor2>=5.4.6,<6.0.0"]
updates = ["cbor2>=5.4.6,<6.0.0"]

[project.scripts]
umu-run = "umu.__main__:main"
Expand Down

0 comments on commit ba7cb65

Please sign in to comment.