Skip to content
Snippets Groups Projects
Commit 6a997830 authored by Christian Doh Dinga's avatar Christian Doh Dinga
Browse files

create dynamic dependencies from requirements.txt

parent 9e10b3ec
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dependencies = []
dynamic = ["dependencies"]
description = "A distributed optimization approach based on ADMM for iteratively coordinating the interactions between electricity supply and demand agents until convergence (market equilibrium)."
keywords = [
"Flexibility scheduling",
......@@ -61,6 +61,9 @@ Repository = "https://github.com/ChristianDDinga/demoses-distributed-optimizatio
Issues = "https://github.com/ChristianDDinga/demoses-distributed-optimization/issues"
Changelog = "https://github.com/ChristianDDinga/demoses-distributed-optimization/CHANGELOG.md"
[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}
[tool.pytest.ini_options]
testpaths = ["tests"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment