Merge branch 'feature/SIMPL-24635' into 'develop'

add the necessary libs to dependency list

See merge request simpl/simpl-open/development/data-services/template-code-location!2
This commit is contained in:
Tamas Papp
2026-04-15 12:44:21 +00:00

View File

@@ -5,6 +5,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "template-code-location" name = "template-code-location"
version = "0.0.1" version = "0.0.1"
description = "Template code location for data processings services"
requires-python = ">=3.12" requires-python = ">=3.12"
dependencies = [ dependencies = [
"dagster>=1.8.13", "dagster>=1.8.13",