Bone-Market-Solver/Pipfile
Jeremy Saklad 40e34bb43c
Update OR-Tools to 9.2
The new version of OR-Tools does not necessitate major changes, but has
some performance improvements and support for Python 3.10.

On a related note, Python 3.10 is now required.
2022-01-02 15:07:28 -06:00

16 lines
253 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
ortools = "9.2"
windows-curses = {platform_system = "== 'Windows'"}
[scripts]
bone_market_solver = "python -m bonemarketsolver"
[requires]
python_version = "3.10"