mpm/Pipfile

17 lines
257 B
TOML
Raw Normal View History

2022-03-27 19:01:39 +00:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pyyaml = "*"
semantic-version = "*"
2023-07-01 11:39:46 +00:00
click = "*"
minecraft-package-manager = {editable = true, path = "."}
columnar = "*"
2022-03-27 19:01:39 +00:00
[dev-packages]
[requires]
python_version = "3"