feat: cleanup on library dir creation and upload endpoints (#3069)

This commit is contained in:
dni ⚡ 2025-04-01 09:27:11 +02:00 committed by GitHub
parent bafb4ddf75
commit 1323a2005b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 208 additions and 111 deletions

View file

@ -63,6 +63,8 @@ breez-sdk = {version = "0.6.6", optional = true}
jsonpath-ng = "^1.7.0"
pynostr = "^0.6.2"
python-multipart = "^0.0.20"
filetype = "^1.2.0"
[tool.poetry.extras]
breez = ["breez-sdk"]
liquid = ["wallycore"]
@ -145,6 +147,7 @@ module = [
"fastapi_sso.sso.*",
"json5.*",
"jsonpath_ng.*",
"filetype.*",
]
ignore_missing_imports = "True"