From fbcf8dda96fb197f64a5255a8349b59534487ba9 Mon Sep 17 00:00:00 2001 From: Henry Birge-Lee Date: Thu, 12 Dec 2024 22:12:44 -0500 Subject: [PATCH] Added comments regarding how to point to a specific git branch of open-mpic-core for testing purposes --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 1bd4198..a2e312e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,6 +2,9 @@ requires = ["hatchling"] build-backend = "hatchling.build" +[tool.hatch.metadata] +allow-direct-references = true + [project] name = "aws-lambda-python" dynamic = ["version"] @@ -23,6 +26,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: PyPy", ] dependencies = [ + #"open-mpic-core @ git+https://github.com/open-mpic/open-mpic-core-python.git@main", "pyyaml==6.0.1", "requests>=2.32.3", "dnspython==2.6.1",