Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Commit

Permalink
Add pytroll-schedule as dependency.
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Raspaud <martin.raspaud@smhi.se>
  • Loading branch information
mraspaud committed Jan 26, 2015
1 parent 03cbb37 commit 7c865b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

# Copyright (c) 2013, 2014 Martin Raspaud
# Copyright (c) 2013, 2014, 2015 Martin Raspaud

# Author(s):

Expand Down Expand Up @@ -55,6 +55,7 @@
install_requires=['pyinotify', 'mpop', 'posttroll',
'pyresample', 'pykdtree',
'trollimage', 'pyorbital',
'trollsift', 'netifaces'],
'trollsift', 'netifaces',
'pytroll-schedule'],
test_suite='trollduction.tests.suite',
)

0 comments on commit 7c865b9

Please sign in to comment.