Skip to content

Commit 990a0fa

Browse files
author
cortze
committed
fix dependencies
1 parent 22d2255 commit 990a0fa

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

pyproject.toml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,13 @@ description = "Unittest wrapper focused on making DB integrity tests"
1111
readme = "README.md"
1212
requires-python = ">=3.8"
1313
license = {file = "LICENSE"}
14-
dependencies = [
15-
'python-dotenv',
16-
'unittest',
17-
'psycopg2-binary',
18-
'sqlalchemy',
19-
'pandas',
20-
]
21-
dynamic = ["version"]
14+
dynamic = ["version", "dependencies"]
2215

2316
[tool.setuptools_scm]
2417

18+
[tool.setuptools.dynamic]
19+
dependencies = {file = ["requirements.txt"]}
20+
2521
[project.urls]
2622
Repository = "https://github.com/cortze/unit-db-test"
2723

0 commit comments

Comments
 (0)