Aufräumen etl modul; pixi install erneut ausführen, damit die Pfade angepasst werden!
parent
968f706218
commit
4b10406eb7
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in New Issue