diff options
| author | Tom Christie | 2012-08-29 20:57:37 +0100 | 
|---|---|---|
| committer | Tom Christie | 2012-08-29 20:57:37 +0100 | 
| commit | 578017e01d1da4746ae0045268043cfd74d41b42 (patch) | |
| tree | d729eb93484247fa44b509a4b693811e6978a190 /requirements.txt | |
| parent | 21f59162db37c656b4f025cdd8e13cdb9933a4fc (diff) | |
| download | django-rest-framework-578017e01d1da4746ae0045268043cfd74d41b42.tar.bz2 | |
New docs
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 8 | 
1 files changed, 2 insertions, 6 deletions
| diff --git a/requirements.txt b/requirements.txt index 56926c0f..120cbbe5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,2 @@ -# We need Django.  Duh. -# coverage isn't strictly a requirement, but it's useful. - -Django>=1.2 -coverage>=3.4 -URLObject>=0.6.0 +Django>=1.3 +URLObject>=2.0.0 | 
