add pyvenv config

This commit is contained in:
Izalia Mae 2022-02-22 20:09:06 -05:00
parent 4bb7d69f8c
commit 1deb80983d

20
pyvenv.json Normal file
View file

@ -0,0 +1,20 @@
{
"name": "pypanel",
"modules": {
"izzylib": {
"version": null,
"options": [],
"url": "git+https://git.barkshark.xyz/izaliamae/izzylib"
},
"barkshark-http-async": {
"version": null,
"options": [],
"url": "git+https://git.barkshark.xyz/izaliamae/barkshark-http-async"
},
"watchdog": {
"version": "2.1.6",
"options": [],
"url": null
}
}
}