Skip to content

Commit

Permalink
Including boss as dependency manager
Browse files Browse the repository at this point in the history
  • Loading branch information
lmbelo committed Jun 9, 2022
1 parent 37cceaa commit 1c2db02
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
22 changes: 22 additions & 0 deletions boss-lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"hash": "d41d8cd98f00b204e9800998ecf8427e",
"updated": "2022-06-08T16:35:55.1583678-07:00",
"installedModules": {
"https://github.com/embarcadero/python4delphi": {
"name": "python4delphi",
"version": "1.1",
"hash": "e3651527eab7f1eac8adac7917c6f5e1",
"artifacts": {},
"failed": false,
"changed": false
},
"https://github.com/embarcadero/pythonenviroments": {
"name": "pythonenviroments",
"version": "v0.0.1-alpha",
"hash": "265ab3f33b5fd70f289ff7bfa2dd380e",
"artifacts": {},
"failed": false,
"changed": false
}
}
}
12 changes: 12 additions & 0 deletions boss.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "Lightweight-Python-Wrappers",
"description": "Lightweight Wrappers based on Python4Delphi to make it easy to import Python modules into Delphi components.",
"version": "1.0.0",
"homepage": "https://github.com/Embarcadero/Lightweight-Python-Wrappers",
"mainsrc": "./src",
"projects": [],
"dependencies": {
"https://github.com/embarcadero/python4delphi": "^1.1",
"https://github.com/embarcadero/pythonenviroments": "^v0.0.1-alpha"
}
}

0 comments on commit 1c2db02

Please sign in to comment.