forked from Stanford-Online/xblock-sql-grader
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #127 from openedx/feanil/some_maintenance
feanil/some maintenance
- Loading branch information
Showing
8 changed files
with
19 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,4 @@ | |
|
||
Django | ||
XBlock | ||
# TODO: Change this once codejail is published to pypi | ||
-e git+https://github.com/openedx/[email protected]#egg=codejail | ||
edx-codejail |
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,19 +1,19 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# This file is autogenerated by pip-compile with Python 3.10 | ||
# by the following command: | ||
# | ||
# make upgrade | ||
# | ||
-e git+https://github.com/openedx/[email protected]#egg=codejail | ||
# via -r requirements/base.in | ||
appdirs==1.4.4 | ||
# via fs | ||
asgiref==3.7.2 | ||
# via django | ||
django==3.2.22 | ||
django==3.2.23 | ||
# via | ||
# -c requirements/common_constraints.txt | ||
# -r requirements/base.in | ||
edx-codejail==3.3.3 | ||
# via -r requirements/base.in | ||
fs==2.4.16 | ||
# via xblock | ||
lxml==4.9.3 | ||
|
@@ -36,6 +36,7 @@ simplejson==3.19.2 | |
# via xblock | ||
six==1.16.0 | ||
# via | ||
# edx-codejail | ||
# fs | ||
# python-dateutil | ||
sqlparse==0.4.4 | ||
|
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
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,11 +1,9 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# This file is autogenerated by pip-compile with Python 3.10 | ||
# by the following command: | ||
# | ||
# make upgrade | ||
# | ||
-e git+https://github.com/openedx/[email protected]#egg=codejail | ||
# via -r requirements/base.txt | ||
appdirs==1.4.4 | ||
# via | ||
# -r requirements/base.txt | ||
|
@@ -20,10 +18,12 @@ coverage==7.3.2 | |
# via -r requirements/test.txt | ||
dill==0.3.7 | ||
# via pylint | ||
django==3.2.22 | ||
django==3.2.23 | ||
# via | ||
# -c requirements/common_constraints.txt | ||
# -r requirements/base.txt | ||
edx-codejail==3.3.3 | ||
# via -r requirements/base.txt | ||
edx-opaque-keys==2.5.1 | ||
# via -r requirements/test.txt | ||
fs==2.4.16 | ||
|
@@ -81,6 +81,7 @@ simplejson==3.19.2 | |
six==1.16.0 | ||
# via | ||
# -r requirements/base.txt | ||
# edx-codejail | ||
# fs | ||
# python-dateutil | ||
sqlparse==0.4.4 | ||
|
@@ -93,7 +94,7 @@ stevedore==5.1.0 | |
# edx-opaque-keys | ||
tomli==2.0.1 | ||
# via pylint | ||
tomlkit==0.12.1 | ||
tomlkit==0.12.2 | ||
# via pylint | ||
typing-extensions==4.8.0 | ||
# via | ||
|
@@ -102,7 +103,6 @@ typing-extensions==4.8.0 | |
# asgiref | ||
# astroid | ||
# edx-opaque-keys | ||
# pylint | ||
web-fragments==2.1.0 | ||
# via | ||
# -r requirements/base.txt | ||
|
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