Skip to content

Commit

Permalink
Merge pull request #260 from johngian/fix-dev-requirements
Browse files Browse the repository at this point in the history
Unpin development requirements. Update docs for testing.
  • Loading branch information
johngian committed Jul 30, 2018
2 parents 3c12f23 + ff37dcb commit d5c2233
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ Django of your choice. Here is such an example:
$ virtualenv -p /path/to/bin/python3.5 venv
$ source venv
(venv) $ pip install Django==1.11.2
(venv) $ pip install -r tests/requirements.txt
(venv) $ pip install -r requirements/requirements_dev.txt
(venv) $ DJANGO_SETTINGS_MODULE=tests.settings django-admin.py test
Measuring code coverage, continuing the steps above:
Expand Down
15 changes: 8 additions & 7 deletions requirements/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Install mozilla-django-oidc
-e .

bumpversion==0.5.3
wheel==0.29.0
ipython==5.1.0
ipdb==0.10.1
Sphinx==1.7.2
mock==2.0.0
tox==3.0.0
bumpversion
wheel
ipython
ipdb
Sphinx
mock
tox
djangorestframework

0 comments on commit d5c2233

Please sign in to comment.