committed by
GitHub
parent
94b0fe80fe
commit
52c9bd2a50
@@ -32,7 +32,14 @@ build-backend = "hatchling.build"
|
||||
|
||||
[tool.uv]
|
||||
managed = true
|
||||
override-dependencies = ["orjson>=3.11.6,<3.12.0", "pyjwt>=2.12.0,<2.13.0", "pyopenssl>=26.0.0"]
|
||||
override-dependencies = [
|
||||
"orjson>=3.11.6,<3.12.0",
|
||||
"pyjwt>=2.12.0,<2.13.0",
|
||||
"pyopenssl>=26.0.0",
|
||||
"cryptography>=46.0.6,<46.1",
|
||||
"requests>=2.33.0,<2.34",
|
||||
"pygments>=2.20.0,<2.21"
|
||||
]
|
||||
|
||||
[tool.hatch.metadata]
|
||||
allow-direct-references = true
|
||||
|
||||
Reference in New Issue
Block a user