Skip to content

Commit 1c2db02

Browse files
committed
Including boss as dependency manager
1 parent 37cceaa commit 1c2db02

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

boss-lock.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"hash": "d41d8cd98f00b204e9800998ecf8427e",
3+
"updated": "2022-06-08T16:35:55.1583678-07:00",
4+
"installedModules": {
5+
"https://github.com/embarcadero/python4delphi": {
6+
"name": "python4delphi",
7+
"version": "1.1",
8+
"hash": "e3651527eab7f1eac8adac7917c6f5e1",
9+
"artifacts": {},
10+
"failed": false,
11+
"changed": false
12+
},
13+
"https://github.com/embarcadero/pythonenviroments": {
14+
"name": "pythonenviroments",
15+
"version": "v0.0.1-alpha",
16+
"hash": "265ab3f33b5fd70f289ff7bfa2dd380e",
17+
"artifacts": {},
18+
"failed": false,
19+
"changed": false
20+
}
21+
}
22+
}

boss.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "Lightweight-Python-Wrappers",
3+
"description": "Lightweight Wrappers based on Python4Delphi to make it easy to import Python modules into Delphi components.",
4+
"version": "1.0.0",
5+
"homepage": "https://github.com/Embarcadero/Lightweight-Python-Wrappers",
6+
"mainsrc": "./src",
7+
"projects": [],
8+
"dependencies": {
9+
"https://github.com/embarcadero/python4delphi": "^1.1",
10+
"https://github.com/embarcadero/pythonenviroments": "^v0.0.1-alpha"
11+
}
12+
}

0 commit comments

Comments
 (0)