Skip to content

Commit

Permalink
:update: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdd committed Jul 18, 2016
1 parent c24a241 commit 9587dc0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion link/model/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-

__version__ = '0.5'
__version__ = '0.6'

CONF_BASE_PATH = 'link/model'
4 changes: 3 additions & 1 deletion link/model/feature.py
Expand Up @@ -3,7 +3,9 @@
from b3j0f.conf import Configurable, category, Parameter
from inspect import getmembers, isroutine

from link.middleware.core import Middleware, Feature
from link.middleware.core import Middleware
from link.feature import Feature

from link.model import CONF_BASE_PATH


Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
@@ -1,2 +1,3 @@
b3j0f.conf==0.3.18
link.middleware==0.19
link.middleware==1.1
link.feature==1.0
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -14,7 +14,8 @@
LICENSE = 'MIT'
REQUIREMENTS = [
'b3j0f.conf>=0.3.18',
'link.middleware>=0.19'
'link.middleware>=1.1',
'link.feature>=1.0'
]

CLASSIFIERS = [
Expand Down

0 comments on commit 9587dc0

Please sign in to comment.