File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ authors = [
1212license = " CECILL-2.1"
1313
1414dependencies = [
15- " esgvoc" ,
15+ " esgvoc>=2.2.2 " ,
1616 " fastapi>=0.115.8,<0.118.0" ,
1717 " gunicorn>=23.0.0" ,
1818 " httptools>=0.6.4" ,
1919 " uvicorn-worker>=0.3.0" ,
2020]
2121readme = " README.md"
22- requires-python = " >= 3.12 "
22+ requires-python = " >= 3.10 "
2323
2424[build-system ]
2525requires = [" hatchling==1.26.3" ]
@@ -30,8 +30,8 @@ Repository = "https://github.com/ESPRI-Mod/esgf-vocab-backend"
3030
3131# ####### TOOLS ########
3232
33- [tool .uv .sources ]
34- esgvoc = { git = " https://github.com/ESGF/esgf-vocab.git" , branch = " main" }
33+ # [tool.uv.sources]
34+ # esgvoc = { git = "https://github.com/ESGF/esgf-vocab.git", branch = "main" }
3535
3636[tool .uv ]
3737managed = true
You can’t perform that action at this time.
0 commit comments