Skip to content

Commit

Permalink
Update requirements to support Django 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizoku committed Feb 4, 2020
1 parent 3f8a726 commit e196af6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ create its migrations:

```bash
(venv) ~/xblock_development/problem-builder $ cd ../venv/src/xblock-sdk
(venv) ~/xblock_development/venv/src/xblock-sdk $ make pip
(venv) ~/xblock_development/venv/src/xblock-sdk $ make install
(venv) ~/xblock_development/venv/src/xblock-sdk $ python manage.py makemigrations workbench
```

Expand Down
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Internationalization and Localization requirements
-e git://github.com/edx/[email protected].4#egg=xblock-sdk==v0.1.4
Django==1.11.23
-e git://github.com/edx/[email protected].7#egg=xblock-sdk==v0.1.7
Django~=2.2.10
django-statici18n==1.8.2
transifex-client==0.12.1
edx-i18n-tools==0.4.7
edx-i18n-tools==0.5.0
pycodestyle==2.4.0
pylint==0.28.0
django-babel-underscore==0.5.2
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
XBlock>=1.2
ddt
mock
unicodecsv==0.9.4
unicodecsv==0.11.0
edx-opaque-keys>=0.4
-e git+https://github.com/edx/xblock-utils.git@v1.2.0#egg=xblock-utils
-e git+https://github.com/edx/xblock-utils.git@1.2.4#egg=xblock-utils
-e .

0 comments on commit e196af6

Please sign in to comment.