Skip to content

Commit

Permalink
fix: resolve inconsistant python dependencies
Browse files Browse the repository at this point in the history
- run `make compile-requirements forum`. Error: It appears that the
Python dependencies in this PR are inconsistent: A re-run of
`make compile-requirements` produced changes.
  • Loading branch information
Muhammad Faraz Maqsood committed Sep 27, 2024
1 parent cb58346 commit eb04713
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
4 changes: 3 additions & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,9 @@ multidict==6.1.0
# aiohttp
# yarl
mysqlclient==2.2.4
# via -r requirements/edx/kernel.in
# via
# -r requirements/edx/kernel.in
# forum
newrelic==9.13.0
# via
# -r requirements/edx/bundled.in
Expand Down
1 change: 1 addition & 0 deletions requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1297,6 +1297,7 @@ mysqlclient==2.2.4
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# forum
newrelic==9.13.0
# via
# -r requirements/edx/doc.txt
Expand Down
4 changes: 3 additions & 1 deletion requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,9 @@ multidict==6.1.0
# aiohttp
# yarl
mysqlclient==2.2.4
# via -r requirements/edx/base.txt
# via
# -r requirements/edx/base.txt
# forum
newrelic==9.13.0
# via
# -r requirements/edx/base.txt
Expand Down
4 changes: 3 additions & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,9 @@ multidict==6.1.0
# aiohttp
# yarl
mysqlclient==2.2.4
# via -r requirements/edx/base.txt
# via
# -r requirements/edx/base.txt
# forum
newrelic==9.13.0
# via
# -r requirements/edx/base.txt
Expand Down

0 comments on commit eb04713

Please sign in to comment.