From 6a572cd92cba6e490c1bfd4f354fb0d91ba9c1eb Mon Sep 17 00:00:00 2001 From: Volodymyr Bergman Date: Tue, 13 Feb 2024 19:36:54 +0200 Subject: [PATCH] fix(deps): Credly Badges re-configuration (#64) * fix: [ACI-435] install Credly Badges in a correct way * fix: remove duplicated notes * fix: auto-discover Credly Badges internal modules --- credentials/apps/badges/distribution/credly/pyproject.toml | 3 --- requirements/common_constraints.txt | 5 ----- 2 files changed, 8 deletions(-) diff --git a/credentials/apps/badges/distribution/credly/pyproject.toml b/credentials/apps/badges/distribution/credly/pyproject.toml index 9f2f90aef..eb6bb8658 100644 --- a/credentials/apps/badges/distribution/credly/pyproject.toml +++ b/credentials/apps/badges/distribution/credly/pyproject.toml @@ -32,9 +32,6 @@ badges = "credly_badges.apps:CredlyBadgesConfig" [project.urls] Repository = "https://github.com/openedx/credentials.git" -[tool.setuptools] -packages = ["credly_badges"] - [tool.setuptools.dynamic] version = { attr = "credly_badges.__version__" } dependencies = { file = "requirements/base.txt" } diff --git a/requirements/common_constraints.txt b/requirements/common_constraints.txt index c30f05ee3..b9130dfa8 100644 --- a/requirements/common_constraints.txt +++ b/requirements/common_constraints.txt @@ -3,11 +3,6 @@ # See BOM-2721 for more details. # Below is the copied and edited version of common_constraints -# This is a temporary solution to override the real common_constraints.txt -# In edx-lint, until the pyjwt constraint in edx-lint has been removed. -# See BOM-2721 for more details. -# Below is the copied and edited version of common_constraints - # A central location for most common version constraints # (across edx repos) for pip-installation. #