Skip to content

Commit

Permalink
fixup! Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelgotts committed Oct 17, 2019
1 parent 2974d5e commit 3ed35d9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
-e .
bumpversion==0.5.3
django-oauth-toolkit==1.2.0
djangorestframework==3.10.3
djangorestframework==3.9; python_version == '2.7'
djangorestframework==3.10.3; python_version > '2.7'
flake8==3.7.8
isort==4.3.21
mkdocs==1.0.4
mock==3.0.5
model-mommy==1.6.0
pytest-cov==2.8.1
pytest-django==3.5.1
pytest==5.2.1
pytest==3.8.2; python_version == '2.7'
pytest==4.6.6; python_version == '3.4'
pytest==5.2.1; python_version > '3.4'

0 comments on commit 3ed35d9

Please sign in to comment.