Skip to content

Commit

Permalink
chore: update requirements (#167)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrii <[email protected]>
  • Loading branch information
andrii-hantkovskyi and Andrii authored May 15, 2024
1 parent b557499 commit 7de1c0f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion requirements/all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ openapi-codec==1.3.2
# -r requirements/dev.txt
# -r requirements/production.txt
# django-rest-swagger
openedx-events @ git+https://github.com/raccoongang/[email protected]
openedx-events==9.10.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down
4 changes: 1 addition & 3 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ edx-toggles
markdown
mysqlclient
newrelic
openedx-events
pillow
pygments
python-memcached
Expand All @@ -51,6 +52,3 @@ xss-utils
# TODO Install in configuration
git+https://github.com/openedx/[email protected]#egg=edx_credentials_themes==0.1.121
git+https://github.com/openedx/[email protected]

# TODO: switch to upstream once PR is merged: https://github.com/openedx/openedx-events/pull/303
git+https://github.com/raccoongang/[email protected]
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ oauthlib==3.2.1
# social-auth-core
openapi-codec==1.3.2
# via django-rest-swagger
openedx-events @ git+https://github.com/raccoongang/[email protected]
openedx-events==9.10.0
# via
# -r requirements/base.in
# edx-event-bus-redis
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ openapi-codec==1.3.2
# via
# -r requirements/test.txt
# django-rest-swagger
openedx-events @ git+https://github.com/raccoongang/[email protected]
openedx-events==9.10.0
# via
# -r requirements/test.txt
# edx-event-bus-redis
Expand Down
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ openapi-codec==1.3.2
# via
# -r requirements/base.txt
# django-rest-swagger
openedx-events @ git+https://github.com/raccoongang/[email protected]
openedx-events==9.10.0
# via
# -r requirements/base.txt
# edx-event-bus-redis
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ openapi-codec==1.3.2
# via
# -r requirements/base.txt
# django-rest-swagger
openedx-events @ git+https://github.com/raccoongang/[email protected]
openedx-events==9.10.0
# via
# -r requirements/base.txt
# edx-event-bus-redis
Expand Down

0 comments on commit 7de1c0f

Please sign in to comment.