at develop 238 B view raw
1[[source]] 2url = "https://pypi.org/simple" 3verify_ssl = true 4name = "pypi" 5 6[packages] 7tree-sitter-minizinc = {git = "https://github.com/Dekker1/tree-sitter-minizinc.git"} 8pygments = "*" 9 10[dev-packages] 11 12[requires] 13python_version = "3.9"