Skip to content

Commit

Permalink
Move requirements to pyproject.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
  • Loading branch information
astrojuanlu committed Apr 12, 2023
1 parent ac02895 commit f00baaf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 0 additions & 2 deletions kedro-datasets/MANIFEST.in

This file was deleted.

6 changes: 4 additions & 2 deletions kedro-datasets/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ authors = [
description = "Kedro-Datasets is where you can find all of Kedro's data connectors."
requires-python = ">=3.7, <3.11"
license = {text = "Apache Software License (Apache 2.0)"}
dynamic = ["readme", "version", "dependencies", "optional-dependencies"]
dependencies = [
"kedro~=0.18.4",
]
dynamic = ["readme", "version", "optional-dependencies"]

[project.urls]
Source = "https://github.com/kedro-org/kedro-plugins/tree/main/kedro-datasets"
Expand All @@ -19,7 +22,6 @@ include = ["kedro_datasets*"]
[tool.setuptools.dynamic]
readme = {file = "README.md", content-type = "text/markdown"}
version = {attr = "kedro_datasets.__version__"}
dependencies = {file = "requirements.txt"}

[tool.black]

Expand Down
1 change: 0 additions & 1 deletion kedro-datasets/requirements.txt

This file was deleted.

0 comments on commit f00baaf

Please sign in to comment.