1
0
Fork 0

Update requirements

merge-requests/274/head
Nikos Roussos 2016-12-21 13:52:33 +02:00
parent e2ad506cba
commit d941cd0862
No known key found for this signature in database
GPG Key ID: BADFF1767BA7C8E1
4 changed files with 8 additions and 7 deletions

View File

@ -17,6 +17,7 @@ See the [documentation](http://docs.satnogs.org/network/).
[![kanban](https://img.shields.io/badge/kanban-board-lightgray.svg)](https://github.com/satnogs/satnogs-network/projects/2)
[![travis](https://img.shields.io/travis/satnogs/satnogs-network/dev.svg?label=tests)](http://travis-ci.org/satnogs/satnogs-network/)
[![coveralls](https://img.shields.io/coveralls/satnogs/satnogs-network/dev.svg)](https://coveralls.io/github/satnogs/satnogs-network)
[![requirements](https://img.shields.io/requires/github/satnogs/satnogs-network.svg?branch=dev)](https://requires.io/github/satnogs/satnogs-network/requirements/?branch=dev)
## License

View File

@ -4,7 +4,7 @@ from network.base.models import Data
class DataViewFilter(django_filters.FilterSet):
start = django_filters.IsoDateTimeFilter(name='start', lookup_type='gte')
start = django_filters.IsoDateTimeFilter(name='start', lookup_expr='gte')
class Meta:
model = Data

View File

@ -1,5 +1,5 @@
# Basic stuff
django==1.10.3
django==1.10.4
django-shortuuidfield==0.1.3
django_compressor==2.1
django-bower==5.2.0
@ -18,7 +18,7 @@ django-braces==1.10.0
Pillow==3.4.2
# Users
django-allauth==0.28.0
django-allauth==0.29.0
django-avatar==3.1.0
django-crispy-forms==1.6.1
@ -26,6 +26,6 @@ django-crispy-forms==1.6.1
git+https://github.com/comzeradd/orbit.git@cache##egg=orbit
# API
djangorestframework==3.5.2
djangorestframework==3.5.3
Markdown==2.6.7
django-filter==0.15.3
django-filter==1.0.1

View File

@ -3,5 +3,5 @@
# Debug & Testing
sqlparse==0.2.2
flake8==3.0.4
factory-boy==2.7.0
flake8==3.2.1
factory-boy==2.8.1