Skip to content

Commit fb10924

Browse files
authored
update toml to reference dependencies file (#328)
add reference from pyproject.toml to requirements.txt file
1 parent 9696314 commit fb10924

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
requires-python = ">=3.10"
77
name = "cterasdk"
8-
dynamic = ["version"]
8+
dynamic = ["version", "dependencies"]
99
authors = [
1010
{name = "Saimon Michelson", email = "saimon@ctera.com"}
1111
]
@@ -32,5 +32,9 @@ Documentation = "https://ctera-python-sdk.readthedocs.io/en/latest/"
3232
[project.scripts]
3333
"cterasdk.io.direct.download" = "cterasdk.direct.cli:download_object"
3434

35+
[tool.setuptools.dynamic]
36+
dependencies = {file = ["requirements.txt"]}
37+
38+
3539
[tool.setuptools_scm]
3640
version_file = "cterasdk/version.py"

0 commit comments

Comments
 (0)