generated from jCloud/repository-template
chore(deps): add httpx
This commit is contained in:
+3
-1
@@ -9,7 +9,9 @@ description = "A userspace filesystem for S3 compatible object stores"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
|
||||
dependencies = []
|
||||
dependencies = [
|
||||
"httpx>=0.28.1"
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = []
|
||||
|
||||
Reference in New Issue
Block a user