We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2974d5e commit 0ac4af1Copy full SHA for 0ac4af1
requirements-dev.txt
@@ -1,12 +1,14 @@
1
-e .
2
bumpversion==0.5.3
3
-django-oauth-toolkit==1.2.0
4
-djangorestframework==3.10.3
+django-oauth-toolkit==1.0.0
+djangorestframework==3.8.2
5
flake8==3.7.8
6
isort==4.3.21
7
mkdocs==1.0.4
8
-mock==3.0.5
+mock==2.0.0
9
model-mommy==1.6.0
10
-pytest-cov==2.8.1
11
-pytest-django==3.5.1
12
-pytest==5.2.1
+pytest-cov==2.6.0
+pytest-django==3.4.3
+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