Skip to content

Commit 06c683f

Browse files
committed
Including boss as dependency manager
Former-commit-id: 7434e33
1 parent 46515a4 commit 06c683f

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

boss-lock.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"hash": "d41d8cd98f00b204e9800998ecf8427e",
3+
"updated": "2022-06-08T16:29:50.4218028-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+
}
14+
}

boss.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "PythonEnviroments",
3+
"description": "Components to simplify the deployment for Python environments for Delphi applications using Python4Delphi.",
4+
"version": "1.0.0",
5+
"homepage": "https://github.com/Embarcadero/PythonEnviroments",
6+
"mainsrc": "./src",
7+
"projects": [],
8+
"dependencies": {
9+
"https://github.com/embarcadero/python4delphi": "^1.1"
10+
}
11+
}

0 commit comments

Comments
 (0)