]> git.proxmox.com Git - mirror_qemu.git/blob - python/Pipfile
block/export: Conditionally ignore set-context error
[mirror_qemu.git] / python / Pipfile
1 [[source]]
2 name = "pypi"
3 url = "https://pypi.org/simple"
4 verify_ssl = true
5
6 [dev-packages]
7 qemu = {editable = true, extras = ["devel"], path = "."}
8
9 [packages]
10 qemu = {editable = true,path = "."}
11
12 [requires]
13 python_version = "3.6"