Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [ACI-63] use forked version of openedx-events #50

Merged
merged 1 commit into from
Jan 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ openedx-atlas==0.5.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
openedx-events==9.2.0
openedx-events @ git+https://github.com/raccoongang/[email protected]
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down
1 change: 1 addition & 0 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ xss-utils

# TODO Install in configuration
git+https://github.com/openedx/[email protected]#egg=edx_credentials_themes==0.3.22
git+https://github.com/raccoongang/[email protected]#egg=openedx_events
6 changes: 4 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,10 @@ openapi-codec==1.3.2
# via django-rest-swagger
openedx-atlas==0.5.0
# via -r requirements/base.in
openedx-events==9.2.0
# via edx-event-bus-kafka
openedx-events @ git+https://github.com/raccoongang/[email protected]
# via
# -r requirements/base.in
# edx-event-bus-kafka
packaging==23.2
# via drf-yasg
path==16.9.0
Expand Down
10 changes: 10 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
# 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

# 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
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ openapi-codec==1.3.2
# django-rest-swagger
openedx-atlas==0.5.0
# via -r requirements/test.txt
openedx-events==9.2.0
openedx-events @ git+https://github.com/raccoongang/[email protected]
# via
# -r requirements/test.txt
# edx-event-bus-kafka
Expand Down
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ openapi-codec==1.3.2
# django-rest-swagger
openedx-atlas==0.5.0
# via -r requirements/base.txt
openedx-events==9.2.0
openedx-events @ git+https://github.com/raccoongang/[email protected]
# via
# -r requirements/base.txt
# edx-event-bus-kafka
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ openapi-codec==1.3.2
# django-rest-swagger
openedx-atlas==0.5.0
# via -r requirements/base.txt
openedx-events==9.2.0
openedx-events @ git+https://github.com/raccoongang/[email protected]
# via
# -r requirements/base.txt
# edx-event-bus-kafka
Expand Down
Loading