Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowcap committed Feb 22, 2017
1 parent f39113a commit 58f6321
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ before_script:
- psql -c 'create extension postgis' -U postgres -d raster_aggregation_test

install:
- pip install git+https://github.com/geodesign/django-raster.git@master
- pip install Django==1.10.5
- pip install psycopg2==2.5.3
- pip install celery==4.0.2
- pip install numpy
- pip install Pillow==2.7.0
- pip install django-raster==0.3.1
- pip install django-colorful==1.0.1
- pip install djangorestframework==3.5.4
- pip install djangorestframework-csv==2.0.0
- pip install djangorestframework-gis==0.11
- pip install drf-extensions==0.2.7
- pip install django-filter==0.10.0
- pip install drf-extensions==0.3.1
- pip install django-filter==1.0.1
- pip install flake8==2.5.0
- pip install isort==4.2.2
- pip install coverage==4.2
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
'Django>=1.9',
'celery>=4.0.2',
'django-raster>=0.3.1',
'django-filter>=0.10.0',
'django-filter>=1.0.1',
'djangorestframework>=3.5.4',
'djangorestframework-gis>=0.11',
'drf-extensions>=0.2.7',
'drf-extensions>=0.3.1',
],
keywords=['django', 'raster', 'gis', 'gdal', 'celery', 'geo', 'spatial'],
classifiers=[
Expand Down
2 changes: 1 addition & 1 deletion tests/test_aggregation_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from raster.models import RasterLayer

from django.core.urlresolvers import reverse
from django.core.urlresolvers import reverse_lazy as reverse
from django.test import Client
from django.utils.http import urlquote
from raster_aggregation.models import AggregationArea, ValueCountResult
Expand Down

0 comments on commit 58f6321

Please sign in to comment.