Files
xemu/python/Pipfile
T

17 lines
247 B
TOML
Raw Normal View History

2021-05-27 17:16:58 -04:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
2021-05-27 17:17:04 -04:00
flake8 = ">=3.6.0"
2021-05-27 17:17:08 -04:00
isort = ">=5.1.2"
2021-05-27 17:17:06 -04:00
mypy = ">=0.770"
2021-05-27 17:17:01 -04:00
pylint = ">=2.8.0"
2021-05-27 17:16:58 -04:00
[packages]
qemu = {editable = true,path = "."}
2021-05-27 17:16:58 -04:00
[requires]
python_version = "3.6"