All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.data-delivery-data-records.separate.core.pyproject.toml.vm Maven / Gradle / Ivy

The newest version!
# GENERATED STUB - PLEASE ***DO*** MODIFY
# Generated from: ${templateName}

[tool.poetry]
name = "${packageName}"
version = "1.0.0.dev"#*Version is automatically updated by Habushu*#
description = "Core data record functionality"
authors = ["Your Name "]

# Ensure that generated code is included in package archives
include = ["src/${packageFolderName}/generated/**/*"]

[tool.poetry.dependencies]
python = ">=3.8"
jsonpickle = "^2.1.0"

aissemble-foundation-core-python = "${aissemblePythonVersion}"

[tool.poetry.group.dev.dependencies]
black = ">=22.1.0"
behave = ">=1.2.6"
nose = ">=1.3.7"
pylint = "^3.1.0"

#if ($aissembleVersion.endsWith("SNAPSHOT"))
[[tool.poetry.source]]
name = "devpypi"
url = "https://test.pypi.org/simple/"
priority = "supplemental"

#end
[build-system]
requires = ["poetry-core>=1.7.0"]
build-backend = "poetry.core.masonry.api"




© 2015 - 2025 Weber Informatics LLC | Privacy Policy