-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[YONK-1622] Backport migration code to v1 (#73)
Backport migration code to v1
- Loading branch information
Showing
20 changed files
with
523 additions
and
351 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
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,13 +1,20 @@ | ||
# Core requirements for using this application | ||
|
||
celery==3.1.18 # Asynchronous tasks | ||
edx-celeryutils<0.2 # Custom task extensions | ||
Django>=1.8 # Web application framework | ||
-c constraints.txt | ||
|
||
|
||
celery==3.1.18 # Asynchronous tasks | ||
edx-celeryutils<0.2 # Custom task extensions | ||
Django>=1.8 # Web application framework | ||
django-oauth-toolkit<1.0 | ||
djangorestframework>=3.0,<3.7 # API tools | ||
django-model-utils # Provides TimeStampedModel abstract base class | ||
edx-opaque-keys>=0.4.2 # Provides CourseKey and UsageKey | ||
djangorestframework>=3.0,<3.7 # API tools | ||
django-model-utils<3.2 # Provides TimeStampedModel abstract base class | ||
edx-opaque-keys<2,>=0.4.2 # Provides CourseKey and UsageKey | ||
edx-completion>=1.0.3,<2 | ||
mysqlclient # For connecting to MySQL | ||
six | ||
XBlock | ||
mysqlclient # For connecting to MySQL | ||
six # Python 2/3 compatibility stubs | ||
# Limit for compatible django version: | ||
XBlock<1.3 | ||
jsonfield<2.1 | ||
django-braces<1.14 | ||
django-waffle<0.16 |
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 @@ | ||
futures; python_version < "3" |
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.