Aufräumen etl modul; pixi install erneut ausführen, damit die Pfade angepasst werden!

main
Giò Diani 2025-01-17 12:53:44 +01:00
parent 968f706218
commit 4b10406eb7
3 changed files with 9 additions and 9 deletions

14
etl/pixi.lock generated
View File

@ -2196,13 +2196,6 @@ packages:
- pkg:pypi/colorama?source=hash-mapping
size: 25170
timestamp: 1666700778190
- kind: pypi
name: consultancy-2
version: 0.1.0
path: .
sha256: c09f63486f0dd4151008de68ef73d00f72663dc3cc47894ff750d517f898a23b
requires_python: '>=3.11'
editable: true
- kind: conda
name: dnspython
version: 2.7.0
@ -2280,6 +2273,13 @@ packages:
purls: []
size: 6690
timestamp: 1718984720419
- kind: pypi
name: etl
version: 0.1.0
path: .
sha256: d682071d587e9be1fcf91237a1add69a92c34715bc491a4067b07d63ce79616d
requires_python: '>=3.11'
editable: true
- kind: conda
name: exceptiongroup
version: 1.2.2

View File

@ -1,7 +1,7 @@
[project]
authors = [{name = "Giò Diani", email = "mail@gionathandiani.name"}, {name = "Mauro Stoffel", email = "mauro.stoffel@stud.fhgr.ch"}, {name = "Colin Bolli", email = "colin.bolli@stud.fhgr.ch"}, {name = "Charles Winkler", email = "charles.winkler@stud.fhgr.ch"}]
description = "Datenauferbeitung"
name = "consultancy_2"
name = "ETL"
requires-python = ">= 3.11"
version = "0.1.0"
@ -14,7 +14,7 @@ channels = ["conda-forge"]
platforms = ["win-64", "linux-64", "osx-64", "osx-arm64"]
[tool.pixi.pypi-dependencies]
consultancy_2 = { path = ".", editable = true }
etl = { path = ".", editable = true }
[tool.pixi.tasks]