diff options
| author | tom christie tom@tomchristie.com | 2011-03-17 08:36:22 +0000 | 
|---|---|---|
| committer | tom christie tom@tomchristie.com | 2011-03-17 08:36:22 +0000 | 
| commit | e7fd0cf2447aa31bc951cac2287779c4d146f926 (patch) | |
| tree | a82ae2b2db67b886dd8170c30c320ba24609c57e | |
| parent | 5f2c53bf069b308010d0698ff15e38ce3b1592b9 (diff) | |
| download | django-rest-framework-e7fd0cf2447aa31bc951cac2287779c4d146f926.tar.bz2 | |
Add coverage to requirements
| -rw-r--r-- | requirements.txt | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/requirements.txt b/requirements.txt index 4c2b9037..7ae0ee45 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,5 @@  Django==1.2.4  wsgiref==0.1.2 +coverage==3.4 | 
