This repository has been archived on 2023-02-02. You can view files and clone it, but cannot push or open issues or pull requests.
barkshark-web/pyvenv.json

83 lines
1.3 KiB
JSON
Raw Normal View History

2022-01-20 18:14:34 -05:00
{
2022-03-17 03:18:37 -04:00
"name": "barkshark_web",
2022-01-20 18:14:34 -05:00
"modules": {
"beautifulsoup4": {
"version": "4.9.3",
"options": [],
"url": null
},
"lxml": {
"version": "4.6.3",
"options": [],
"url": null
},
"pygobject": {
"version": "3.30.0",
"options": [],
"url": null
},
"pysftp": {
"version": "0.2.9",
"options": [],
"url": null
},
"secretstorage": {
"version": "3.3.1",
"options": [],
"url": null
},
2022-04-18 04:56:04 -04:00
"izzylib": {
"version": "0.7.0",
2022-01-20 18:14:34 -05:00
"options": [],
2022-04-18 04:56:04 -04:00
"url": "git+https://git.barkshark.xyz/izaliamae/izzylib"
2022-01-20 18:14:34 -05:00
},
2022-04-18 04:56:04 -04:00
"izzylib-_sql": {
2022-03-17 03:18:37 -04:00
"version": "0.1.0",
2022-03-09 09:38:20 -05:00
"options": [],
2022-04-16 06:23:04 -04:00
"url": "git+https://git.barkshark.xyz/izaliamae/izzylib-sql"
2022-03-09 09:38:20 -05:00
},
"izzylib_http_async": {
"version": "0.1.0",
"options": [],
2022-04-16 06:23:04 -04:00
"url": "git+https://git.barkshark.xyz/izaliamae/izzylib-http-async"
2022-03-09 09:38:20 -05:00
},
2022-01-20 18:14:34 -05:00
"mastodon.py": {
"version": "1.5.1",
"options": [],
"url": null
},
"pillow": {
"version": "8.3.2",
"options": [],
"url": null
2022-03-17 03:18:37 -04:00
},
"http-router": {
"version": "2.6.5",
"options": [],
"url": null
2022-01-20 18:14:34 -05:00
}
2022-04-16 06:23:04 -04:00
},
"watcher": {
"path": "barkshark_web",
2022-04-18 03:54:20 -04:00
"command": "barkshark_web run",
"env": {
"LOG_LEVEL": "VERBOSE"
},
2022-04-16 06:23:04 -04:00
"ext": [
"py",
"pyx",
"pyc"
],
"ignore_dirs": [
"build",
"config",
"data"
],
"ignore_files": [
"reload.py",
"test.py",
"pyvenv.py"
]
2022-01-20 18:14:34 -05:00
}
2022-04-18 04:56:04 -04:00
}