-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
747 additions
and
86 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.10 | ||
# by the following command: | ||
# | ||
# make upgrade | ||
# | ||
asgiref==3.7.2 | ||
# via django | ||
django==4.2.11 | ||
# via | ||
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt | ||
# -r requirements/base.in | ||
# django-model-utils | ||
django-model-utils==4.4.0 | ||
# via -r requirements/base.in | ||
openedx-atlas==0.6.0 | ||
# via -r requirements/base.in | ||
sqlparse==0.4.4 | ||
# via django | ||
typing-extensions==4.10.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.10 | ||
# by the following command: | ||
# | ||
# make upgrade | ||
# | ||
cachetools==5.3.3 | ||
# via tox | ||
chardet==5.2.0 | ||
# via tox | ||
colorama==0.4.6 | ||
# via tox | ||
distlib==0.3.8 | ||
# via virtualenv | ||
filelock==3.13.1 | ||
# via | ||
# tox | ||
# virtualenv | ||
packaging==23.2 | ||
# via | ||
# pyproject-api | ||
# tox | ||
platformdirs==4.2.0 | ||
# via | ||
# tox | ||
# virtualenv | ||
pluggy==1.4.0 | ||
# via tox | ||
pyproject-api==1.6.1 | ||
# via tox | ||
tomli==2.0.1 | ||
# via | ||
# pyproject-api | ||
# tox | ||
tox==4.13.0 | ||
# via -r requirements/ci.in | ||
virtualenv==20.25.1 | ||
# via tox |
Oops, something went wrong.