first commit
This commit is contained in:
30
pyproject.toml
Normal file
30
pyproject.toml
Normal file
@@ -0,0 +1,30 @@
|
||||
[project]
|
||||
name = "simpl_open_credential_delivery"
|
||||
version = "0.1.0"
|
||||
description = "Dagster code location for Simpl-Open credential delivery workflows"
|
||||
authors = [{ name = "Mat Basile" }]
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"dagster>=1.11.16",
|
||||
"dagster-webserver>=1.11.16",
|
||||
"pytest>=8.4.2",
|
||||
"pytest-cov>=7.0.0",
|
||||
"requests>=2.32.0",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.setuptools]
|
||||
package-dir = {"" = "src"}
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["src"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
simpl_open_credential_delivery = ["*.py"]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
pythonpath = ["src"]
|
||||
testpaths = ["tests"]
|
||||
Reference in New Issue
Block a user