content-addressed blob storage: blob_storage.py, memory, local, and S3 adapters
This commit is contained in:
parent
c2bc7071d7
commit
ebace73761
22 changed files with 1489 additions and 47 deletions
|
|
@ -25,6 +25,9 @@ service = [
|
|||
storage = [
|
||||
"sqlalchemy>=2.0",
|
||||
]
|
||||
s3 = [
|
||||
"boto3>=1.34",
|
||||
]
|
||||
markdown = [
|
||||
"markitect-tool @ file:///home/worsch/markitect-tool",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue