14 lines
238 B
TOML
14 lines
238 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
tree-sitter-minizinc = {git = "https://github.com/Dekker1/tree-sitter-minizinc.git"}
|
|
pygments = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.9"
|