From 1c2db028caebdd0492004978a28c25facaf8ed83 Mon Sep 17 00:00:00 2001 From: lmbelo Date: Wed, 8 Jun 2022 17:02:24 -0700 Subject: [PATCH] Including boss as dependency manager --- boss-lock.json | 22 ++++++++++++++++++++++ boss.json | 12 ++++++++++++ 2 files changed, 34 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..040c8a4 --- /dev/null +++ b/boss-lock.json @@ -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 + } + } +} \ No newline at end of file diff --git a/boss.json b/boss.json new file mode 100644 index 0000000..756efb0 --- /dev/null +++ b/boss.json @@ -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" + } +} \ No newline at end of file