diff options
| author | José Padilla | 2015-04-04 22:18:52 -0400 |
|---|---|---|
| committer | José Padilla | 2015-04-04 22:18:52 -0400 |
| commit | 9844f652a9985a1cafa712c708c62efda0c3f583 (patch) | |
| tree | b76ef2e90d69724e97d4abae984307482c9cb179 | |
| parent | 7228a0df75128cc2f46008199142eb25d7c183c8 (diff) | |
| download | django-rest-framework-9844f652a9985a1cafa712c708c62efda0c3f583.tar.bz2 | |
Workaround for bug in pip
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ deps = django16: Django==1.6.3 # Should track minimum supported django17: Django==1.7.2 # Should track maximum supported django18: Django==1.8 # Should track maximum supported - djangomaster: https://github.com/django/django/zipball/master + djangomaster: https://github.com/django/django/archive/master.tar.gz -rrequirements/requirements-testing.txt -rrequirements/requirements-optionals.txt |
