Skip to content

Commit 0c90ed4

Browse files
committed
Including boss as dependency manager
Former-commit-id: 1a80adac05c9c41e3ad71eb9f74745d4fee5ef7c [formerly 99c8eb8e0569604b8f6ea641e3cfd1cb6f77e862] [formerly 06c683f [formerly 06c683f [formerly 7434e33]]] Former-commit-id: 64e947d1c6c5bbc93e3e03748ea7861b2a1e14e1 [formerly e670a4b8a41f6825aa83eea4d1a9abac7bb9206a] Former-commit-id: 8ccb395ca1f7d8b0bb8ddad9a32419309328184a Former-commit-id: 9e195ca
1 parent 3721f71 commit 0c90ed4

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

boss-lock.json

Lines changed: 14 additions & 0 deletions
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

Lines changed: 11 additions & 0 deletions
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)