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 6269688 commit 91f73b3
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
30 changes: 30 additions & 0 deletions boss-lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"hash": "d41d8cd98f00b204e9800998ecf8427e",
"updated": "2022-06-08T17:04:13.2794469-07:00",
"installedModules": {
"https://github.com/embarcadero/lightweight-python-wrappers": {
"name": "lightweight-python-wrappers",
"version": "v0.0.1-alpha",
"hash": "e59df8a8341f94e78b685c96ee301183",
"artifacts": {},
"failed": false,
"changed": false
},
"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
}
}
}
13 changes: 13 additions & 0 deletions boss.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "P4D-Data-Sciences",
"description": "A collection of lightweight Python wrappers based on Python4Delphi simplifying Data Sciences development with Delphi",
"version": "1.0.0",
"homepage": "https://github.com/Embarcadero/P4D-Data-Sciences",
"mainsrc": "./src",
"projects": [],
"dependencies": {
"https://github.com/embarcadero/lightweight-python-wrappers": "^v0.0.1-alpha",
"https://github.com/embarcadero/python4delphi": "^1.1",
"https://github.com/embarcadero/pythonenviroments": "^v0.0.1-alpha"
}
}

0 comments on commit 91f73b3

Please sign in to comment.