Skip to content

Commit

Permalink
Merge pull request #385 from appsembler/bryan/fix-ginkgo-devsite-drf-…
Browse files Browse the repository at this point in the history
…version-pin

Ginkgo devsite: edx-drf-extensions 0.5.1 for edx-organizations compat
  • Loading branch information
bryanlandia authored Jun 28, 2021
2 parents b1c377e + 29d178a commit 0bbed88
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions devsite/requirements/ginkgo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ recommonmark==0.4.0
##

edx-opaque-keys==0.4
# edx-organizations 0.4.4 requires edx-drf-extensions<1.0.0,>=0.5.1, but you'll have edx-drf-extensions 1.2.2 which is incompatible.
edx-drf-extensions==1.2.2
# edx-organizations 0.4.4 requires edx-drf-extensions<1.0.0,>=0.5.1, but
# Ginkgo edx-platform open release specifies edx-drf-extensions 1.2.2 which is incompatible. We will use what's compatible with edx-organizations.
edx-drf-extensions==0.5.1
edx-organizations==0.4.4


Expand Down

0 comments on commit 0bbed88

Please sign in to comment.