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 66f2903 commit 5bb3bd8Copy full SHA for 5bb3bd8
requirements/base.txt
@@ -3,4 +3,3 @@ South==0.8.2
3
oauthlib==0.6.1
4
six==1.3.0
5
django-braces==1.2.2
6
-coverage==3.6
requirements/optional.txt
@@ -1,3 +1,2 @@
1
-r base.txt
2
-djangorestframework>=2.3
-mock
+djangorestframework>=2.3
requirements/testing.txt
@@ -0,0 +1,3 @@
+-r optional.txt
+coverage==3.6
+mock
0 commit comments