We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f7986f commit a68358cCopy full SHA for a68358c
1 file changed
pyproject.toml
@@ -20,6 +20,7 @@ dependencies = [
20
"pydantic>=2.11.9",
21
"pandas>=1.4.4",
22
"cachetools>=6.2.0",
23
+ "psycopg2-binary>=2.8.1",
24
"views_pipeline_core==2.1.1"
25
]
26
@@ -36,3 +37,7 @@ myapp = "views_challenge.__main__:main"
36
37
[tool.ruff]
38
line-length = 88
39
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