-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathboss.json
More file actions
26 lines (26 loc) · 847 Bytes
/
boss.json
File metadata and controls
26 lines (26 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "PythonPackages4Delphi",
"description": "General collection of Python Packages wrapped for use in Delphi and C++Builder",
"version": "1.0.0",
"homepage": "https://github.com/Embarcadero/PythonPackages4Delphi",
"mainsrc": "./src",
"projects": [
"./src/Boto3/dclP4DBoto3.dproj",
"./src/Boto3/P4DBoto3.dproj",
"./src/H5Py/dclP4DH5Py.dproj",
"./src/H5Py/P4DH5Py.dproj",
"./src/MoviePy/dclP4DMoviePy.dproj",
"./src/MoviePy/P4DMoviePy.dproj",
"./src/Pillow/dclP4DPillow.dproj",
"./src/Pillow/P4DPillow.dproj",
"./src/PSUtil/dclP4DPSUtil.dproj",
"./src/PSUtil/P4DPSUtil.dproj",
"./src/PyQT5/dclP4DPyQT5.dproj",
"./src/PyQT5/P4DPyQT5.dproj",
"./src/RemBG/dclP4DRemBG.dproj",
"./src/RemBG/P4DRemBG.dproj"
],
"dependencies": {
"https://github.com/embarcadero/lightweight-python-wrappers": "^v0.0.1-alpha"
}
}