diff options
| author | Tom Christie | 2012-01-30 16:05:13 +0000 | 
|---|---|---|
| committer | Tom Christie | 2012-01-30 16:05:13 +0000 | 
| commit | 243d80ccb0a6df6ce727356f1ffbd5a55098dfb9 (patch) | |
| tree | d7b0c7e95f7f4b7db77e1a105de2328cca782514 /tox.ini | |
| parent | 50c359c551728b8cdbb963a9f233c635065effb0 (diff) | |
| download | django-rest-framework-243d80ccb0a6df6ce727356f1ffbd5a55098dfb9.tar.bz2 | |
Django 1.2 needs django-staticfiles
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 3 | 
1 files changed, 3 insertions, 0 deletions
@@ -34,6 +34,7 @@ deps=      django==1.2.4      coverage==3.4      URLObject>=0.6.0 +    django-staticfiles>=1.1.2      unittest-xml-reporting==1.2      Pyyaml==3.10      # Optional packages:     @@ -45,6 +46,7 @@ deps=      django==1.2.4      coverage==3.4      URLObject>=0.6.0 +    django-staticfiles>=1.1.2      unittest-xml-reporting==1.2      Pyyaml==3.10      # Optional packages:     @@ -56,6 +58,7 @@ deps=      django==1.2.4      coverage==3.4      URLObject>=0.6.0 +    django-staticfiles>=1.1.2      unittest-xml-reporting==1.2      Pyyaml==3.10      # Optional packages:      | 
