We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d2255 commit 990a0faCopy full SHA for 990a0fa
pyproject.toml
@@ -11,17 +11,13 @@ description = "Unittest wrapper focused on making DB integrity tests"
11
readme = "README.md"
12
requires-python = ">=3.8"
13
license = {file = "LICENSE"}
14
-dependencies = [
15
- 'python-dotenv',
16
- 'unittest',
17
- 'psycopg2-binary',
18
- 'sqlalchemy',
19
- 'pandas',
20
-]
21
-dynamic = ["version"]
+dynamic = ["version", "dependencies"]
22
23
[tool.setuptools_scm]
24
+[tool.setuptools.dynamic]
+dependencies = {file = ["requirements.txt"]}
+
25
[project.urls]
26
Repository = "https://github.com/cortze/unit-db-test"
27
0 commit comments