add_pypi_proxy #42

Merged
brian merged 7 commits from add_pypi_proxy into main 2024-06-12 21:51:22 +02:00
Showing only changes of commit 4a4ee95e31 - Show all commits
+6
View File
@@ -49,6 +49,12 @@ dash-bootstrap-components = "^1.5.0"
dash-mantine-components = "^0.12.1"
dash-auth = "^2.2.0"
[[tool.poetry.source]]
name = "threadripper"
url = "http://192.168.1.2:5001"
priority = "primary"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"