supply-roster-optimization / pyproject.toml.backup
HaLim
added python path for importing and update requirements.txt pyproject toml, setup.py
9befc00
raw
history blame
720 Bytes
[project]
name = "supply-roster-tool-real"
version = "0.1.0"
description = ""
authors = [
{name = "HaLim Jun",email = "hjun@unicef.org"}
]
license = {text = "MIT"}
readme = "README.md"
requires-python = ">=3.10,<3.11"
dependencies = [
"absl-py==2.3.1",
"dotenv==0.9.9",
"immutabledict==4.2.1",
"numpy==2.2.6",
"ortools==9.14.6206",
"pandas==2.3.1",
"protobuf==6.31.1",
"psycopg2-binary==2.9.9",
"python-dateutil==2.9.0.post0",
"python-dotenv==1.0.0",
"pytz==2025.2",
"six==1.17.0",
"SQLAlchemy==2.0.36",
"typing_extensions==4.14.1",
"tzdata==2025.2",
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"