aboutsummaryrefslogtreecommitdiff
path: root/python/Pipfile
blob: dbe96f71c48a0813c0b632e17f0036a8fc85f0ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
flake8 = ">=3.6.0"
isort = ">=5.1.2"
mypy = ">=0.770"
pylint = ">=2.8.0"

[packages]
qemu = {editable = true,path = "."}

[requires]
python_version = "3.6"