-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: rebuilding the requirements with new constraint (#150)
* updating setup.py to understand constraints * logic from https://github.com/openedx/xblock-sdk/blob/master/setup.py
- Loading branch information
Showing
11 changed files
with
186 additions
and
234 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,28 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# make upgrade | ||
# | ||
asgiref==3.8.1 | ||
# via django | ||
backports-zoneinfo==0.2.1 ; python_version < "3.9" | ||
# via | ||
# -c requirements/constraints.txt | ||
# django | ||
django==4.2.11 | ||
django==4.2.14 | ||
# via | ||
# -c requirements/common_constraints.txt | ||
# -r requirements/base.in | ||
lxml[html-clean,html_clean]==5.2.1 | ||
lxml[html-clean,html_clean]==5.2.2 | ||
# via | ||
# -r requirements/base.in | ||
# lxml-html-clean | ||
lxml-html-clean==0.1.1 | ||
lxml-html-clean==0.2.0 | ||
# via lxml | ||
path==16.14.0 | ||
# via -r requirements/base.in | ||
path==16.16.0 | ||
# via | ||
# -c requirements/constraints.txt | ||
# -r requirements/base.in | ||
polib==1.2.0 | ||
# via -r requirements/base.in | ||
pyyaml==6.0.1 | ||
# via -r requirements/base.in | ||
sqlparse==0.5.0 | ||
sqlparse==0.5.1 | ||
# via django | ||
typing-extensions==4.11.0 | ||
# via asgiref |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.