Bone-Market-Solver/Pipfile

15 lines
254 B
TOML
Raw Normal View History

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
2024-02-23 13:37:41 +00:00
ortools = "~=9.8"
windows-curses = {platform_system = "== 'Windows'"}
[scripts]
bone_market_solver = "python -m bonemarketsolver"
[requires]
python_version = "3.10"