mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 11:27:46 +01:00
removed unused pytest-env and imports
This commit is contained in:
@@ -105,7 +105,6 @@ dependencies = [
|
||||
"ldap3==2.9.1",
|
||||
"google-cloud-storage==2.19.0",
|
||||
"gcp-storage-emulator>=2024.8.3",
|
||||
"pytest-env>=1.1.5",
|
||||
]
|
||||
readme = "README.md"
|
||||
requires-python = ">= 3.11, < 3.13.0a1"
|
||||
@@ -127,11 +126,6 @@ open-webui = "open_webui:app"
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
env = [
|
||||
"GCS_BUCKET_NAME=my-bucket"
|
||||
]
|
||||
|
||||
[tool.rye]
|
||||
managed = true
|
||||
dev-dependencies = []
|
||||
|
||||
Reference in New Issue
Block a user