diff options
| author | tom christie tom@tomchristie.com | 2011-01-30 18:30:39 +0000 | 
|---|---|---|
| committer | tom christie tom@tomchristie.com | 2011-01-30 18:30:39 +0000 | 
| commit | 42f2f9b40d1295e18a5b720b0d1f6ad85e928d8a (patch) | |
| tree | 458f97992bcd1348a413d21a5925f933ba7f74e3 /requirements.txt | |
| parent | 8a470f031eeccf45625c3e3e18a8743021b38d41 (diff) | |
| download | django-rest-framework-42f2f9b40d1295e18a5b720b0d1f6ad85e928d8a.tar.bz2 | |
Rename to django-rest-framework, get simpleexample working
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/requirements.txt b/requirements.txt index 8144d828..84f0c4eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,5 @@ +# Django and pip are required if installing into a virtualenv environment... +  Django==1.2.4  distribute==0.6.14  wsgiref==0.1.2 | 
