Skip to content

Commit

Permalink
fix(deps): Credly Badges re-configuration (#64)
Browse files Browse the repository at this point in the history
* fix: [ACI-435] install Credly Badges in a correct way

* fix: remove duplicated notes

* fix: auto-discover Credly Badges internal modules
  • Loading branch information
wowkalucky committed Feb 23, 2024
1 parent 44975d2 commit 6a572cd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions credentials/apps/badges/distribution/credly/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
5 changes: 0 additions & 5 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down

0 comments on commit 6a572cd

Please sign in to comment.