feature/finishing-migration-of-work #9

Merged
Richie merged 4 commits from feature/finishing-migration-of-work into main 2026-04-28 23:05:57 -04:00
2 changed files with 22 additions and 0 deletions
Showing only changes of commit 28993213af - Show all commits
View File
+22
View File
@@ -0,0 +1,22 @@
[project]
name = "ds-testing-pipelines"
version = "0.1.0"
description = "Data science pipeline tools and legislative dashboard."
requires-python = ">=3.12"
dependencies = [
"fastapi",
"httpx",
"uvicorn[standard]",
"jinja2",
"sqlalchemy",
"psycopg",
]
[project.optional-dependencies]
test = [
"pytest",
]
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["."]