Skip to content

Commit a68358c

Browse files
authored
Update pyproject.toml
1 parent 6f7986f commit a68358c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ dependencies = [
2020
"pydantic>=2.11.9",
2121
"pandas>=1.4.4",
2222
"cachetools>=6.2.0",
23+
"psycopg2-binary>=2.8.1",
2324
"views_pipeline_core==2.1.1"
2425
]
2526

@@ -36,3 +37,7 @@ myapp = "views_challenge.__main__:main"
3637
[tool.ruff]
3738
line-length = 88
3839
lint.select = ["E", "F", "N"] # "N" enables naming rules
40+
41+
[tool.hatch.build.targets.wheel]
42+
packages = ["src/views_challenge"]
43+

0 commit comments

Comments
 (0)