Skip to content

Commit 0ac4af1

Browse files
committed
fixup! Update dependencies
1 parent 2974d5e commit 0ac4af1

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

requirements-dev.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
-e .
22
bumpversion==0.5.3
3-
django-oauth-toolkit==1.2.0
4-
djangorestframework==3.10.3
3+
django-oauth-toolkit==1.0.0
4+
djangorestframework==3.8.2
55
flake8==3.7.8
66
isort==4.3.21
77
mkdocs==1.0.4
8-
mock==3.0.5
8+
mock==2.0.0
99
model-mommy==1.6.0
10-
pytest-cov==2.8.1
11-
pytest-django==3.5.1
12-
pytest==5.2.1
10+
pytest-cov==2.6.0
11+
pytest-django==3.4.3
12+
pytest==3.8.2; python_version == '2.7'
13+
pytest==4.6.6; python_version == '3.4'
14+
pytest==5.2.1; python_version > '3.4'

0 commit comments

Comments
 (0)