Skip to content

Commit

Permalink
fix: greenlet requirement conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Nov 16, 2023
1 parent f65563c commit d700f30
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
4 changes: 3 additions & 1 deletion edx_repo_tools/conventional_commits/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ dataset==1.6.2
fonttools==4.44.3
# via matplotlib
greenlet==3.0.1
# via sqlalchemy
# via
# -c edx_repo_tools/conventional_commits/../../requirements/constraints.txt
# sqlalchemy
importlib-metadata==6.8.0
# via alembic
importlib-resources==6.1.1
Expand Down
10 changes: 7 additions & 3 deletions edx_repo_tools/repo_access_scraper/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@
#
# make upgrade
#
greenlet==3.0.0
# via playwright
playwright==1.39.0
greenlet==3.0.1
# via
# -c edx_repo_tools/repo_access_scraper/../../requirements/constraints.txt
# playwright
playwright==1.18.1
# via -r edx_repo_tools/repo_access_scraper/extra.in
pyee==11.0.1
# via playwright
typing-extensions==4.8.0
# via
# playwright
# pyee
websockets==12.0
# via playwright
3 changes: 3 additions & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
-c common_constraints.txt

# playwright and sqlalchemy requirements conflict for greenlet<=3.0.0
greenlet>3.0.0

0 comments on commit d700f30

Please sign in to comment.