From e9bc49b0e242066464ab35f8f243da50f285ad4e Mon Sep 17 00:00:00 2001 From: Clay Woods Date: Mon, 30 Sep 2024 11:28:19 -0700 Subject: [PATCH] #356 Correct foundation core pyproject imports --- foundation/aissemble-foundation-core-python/pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/foundation/aissemble-foundation-core-python/pyproject.toml b/foundation/aissemble-foundation-core-python/pyproject.toml index 9b583d3dc..5e9d772f7 100644 --- a/foundation/aissemble-foundation-core-python/pyproject.toml +++ b/foundation/aissemble-foundation-core-python/pyproject.toml @@ -21,8 +21,6 @@ krausening = ">=20" cryptography = ">=42.0.4" pyjwt = ">=2.3.0" pyjks = ">=20.0.0" -#pyasn1 = ">=0.3.5,<0.6.1" -#pyasn1-modules = ">=0.0.8,<0.4.1" jsonpickle = ">=2.1.0" aiohttp = ">=3.8.0" apache-libcloud = ">=3.6.0"