aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkotibold2011-06-26 01:41:15 +0200
committermarkotibold2011-06-26 01:41:15 +0200
commitd417a1a20abdb4d4c96cf3318ea1b0d5806f803a (patch)
tree99bf4836d7bd9266c0a3c405f2488729f2e97113
parent8cab127c2a99ab027e981f3e9198b7c548f0aa46 (diff)
downloaddjango-rest-framework-d417a1a20abdb4d4c96cf3318ea1b0d5806f803a.tar.bz2
moved from examples/requirements.txt to main requirements.txt
-rw-r--r--examples/requirements.txt2
-rw-r--r--requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/requirements.txt b/examples/requirements.txt
index 19d37673..bfaf11d5 100644
--- a/examples/requirements.txt
+++ b/examples/requirements.txt
@@ -5,5 +5,5 @@ wsgiref==0.1.2
Pygments==1.4
httplib2==0.6.0
Markdown==2.0.3
-Pyyaml
+
diff --git a/requirements.txt b/requirements.txt
index 7d5e6682..9e2e9ae4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,4 +3,4 @@
Django==1.2.4
wsgiref==0.1.2
coverage==3.4
-yaml==3.10
+PyYaml==3.10