minitch/Pipfile

20 lines
253 B
TOML
Raw Permalink Normal View History

2022-11-27 19:19:11 +01:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
requests = "*"
tabulate = "*"
prettytable = "*"
appdirs = "*"
pyaml = "*"
mergedeep = "*"
tqdm = "*"
[dev-packages]
pylint = "*"
[requires]
python_version = "3.11"