Skip to content

Commit 8ce7712

Browse files
committed
Update requirements to support Django 2.2
1 parent 3f8a726 commit 8ce7712

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ create its migrations:
7777

7878
```bash
7979
(venv) ~/xblock_development/problem-builder $ cd ../venv/src/xblock-sdk
80-
(venv) ~/xblock_development/venv/src/xblock-sdk $ make pip
80+
(venv) ~/xblock_development/venv/src/xblock-sdk $ make install
8181
(venv) ~/xblock_development/venv/src/xblock-sdk $ python manage.py makemigrations workbench
8282
```
8383

requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Internationalization and Localization requirements
2-
-e git://github.com/edx/xblock-sdk.git@v0.1.4#egg=xblock-sdk==v0.1.4
3-
Django==1.11.23
2+
-e git://github.com/edx/xblock-sdk.git@v0.1.7#egg=xblock-sdk==v0.1.7
3+
Django==2.2
44
django-statici18n==1.8.2
55
transifex-client==0.12.1
6-
edx-i18n-tools==0.4.7
6+
edx-i18n-tools==0.5.0
77
pycodestyle==2.4.0
88
pylint==0.28.0
99
django-babel-underscore==0.5.2

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
XBlock>=1.2
22
ddt
33
mock
4-
unicodecsv==0.9.4
4+
unicodecsv==0.11.0
55
edx-opaque-keys>=0.4
6-
-e git+https://github.com/edx/xblock-utils.git@v1.2.0#egg=xblock-utils
6+
-e git+https://github.com/edx/xblock-utils.git@1.2.4#egg=xblock-utils
77
-e .

0 commit comments

Comments
 (0)