13 lines
220 B
TOML
13 lines
220 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
mzn-bench = {git = "https://github.com/MiniZinc/mzn-bench", extras = ["scripts"]}
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.9"
|