From 91f73b349211aaa9ca51acc52857fd0dec3b2bb7 Mon Sep 17 00:00:00 2001 From: lmbelo Date: Wed, 8 Jun 2022 17:13:56 -0700 Subject: [PATCH] Including boss as dependency manager --- boss-lock.json | 30 ++++++++++++++++++++++++++++++ boss.json | 13 +++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 boss-lock.json create mode 100644 boss.json diff --git a/boss-lock.json b/boss-lock.json new file mode 100644 index 0000000..12eb60f --- /dev/null +++ b/boss-lock.json @@ -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 + } + } +} \ No newline at end of file diff --git a/boss.json b/boss.json new file mode 100644 index 0000000..3849126 --- /dev/null +++ b/boss.json @@ -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" + } +} \ No newline at end of file