Update dependencies
This commit is contained in:
@ -10,14 +10,10 @@ requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"asyncssh>=2.20.0",
|
||||
"click>=8.1.8",
|
||||
"click-repl>=0.3.0",
|
||||
"click-shell",
|
||||
"cryptography>=44.0.2",
|
||||
"fastapi[standard]>=0.115.12",
|
||||
"httpx>=0.28.1",
|
||||
"jinja2>=3.1.6",
|
||||
"littletable>=3.0.1",
|
||||
"paramiko>=3.5.1",
|
||||
"pydantic>=2.10.6",
|
||||
"pydantic-settings>=2.8.1",
|
||||
"pykeepass>=4.1.1.post1",
|
||||
@ -27,7 +23,6 @@ dependencies = [
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
sshecret-dev = "sshecret.dev_cli:cli"
|
||||
sshecret-decrypt = "sshecret.client:cli_decrypt"
|
||||
|
||||
|
||||
@ -52,17 +47,14 @@ executionEnvironments = [
|
||||
[tool.uv.workspace]
|
||||
members = ["packages/sshecret_client", "packages/sshecret-backend", "packages/sshecret-sshd", "packages/sshecret-admin"]
|
||||
|
||||
[tool.uv.sources]
|
||||
click-shell = { git = "https://github.com/clarkperkins/click-shell" }
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"construct-typing>=0.6.2",
|
||||
"mypy>=1.15.0",
|
||||
"pytest>=8.3.5",
|
||||
"python-dotenv>=1.0.1",
|
||||
]
|
||||
test = [
|
||||
"pytest>=8.3.5",
|
||||
"pytest-asyncio>=0.26.0",
|
||||
"robotframework>=7.2.2",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user