cleanup and prefect service setup
This commit is contained in:
@@ -2,9 +2,10 @@
|
||||
name = "materia"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
readme = "readme.md"
|
||||
authors = [
|
||||
{ name = "Deeman", email = "hendrik.note@gmail.com" }
|
||||
{ name = "Hendrik Deeman", email = "hendrik@beanflows.coffee" },
|
||||
{ name = "Simon Deeman", email = "simon@beanflows.coffee" }
|
||||
]
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
@@ -15,6 +16,7 @@ dependencies = [
|
||||
"pyyaml>=6.0.2",
|
||||
"niquests>=3.15.2",
|
||||
"hcloud>=2.8.0",
|
||||
"prefect>=3.6.15",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
@@ -53,7 +55,6 @@ requires = ["uv_build>=0.9.2,<0.10.0"]
|
||||
build-backend = "uv_build"
|
||||
|
||||
[tool.ruff]
|
||||
# Exclude notebooks and common directories
|
||||
exclude = [
|
||||
".bzr",
|
||||
".direnv",
|
||||
|
||||
Reference in New Issue
Block a user