Updating python environment

This commit is contained in:
Mose Müller 2023-08-02 12:06:21 +02:00
parent fb0d1c3d07
commit 0af8fff9b5

View File

@ -4,10 +4,7 @@ version = "0.1.0"
description = ""
authors = ["Mose Mueller <mosmuell@ethz.ch>"]
readme = "README.md"
packages = [
{ include = "pyDataInterface", from = "src" },
{ include = "frontend", from = "src" },
]
packages = [{ include = "pyDataInterface", from = "src" }]
[tool.poetry.dependencies]