Skip to content

Commit

Permalink
Set minimum mixbox version.
Browse files Browse the repository at this point in the history
  • Loading branch information
gtback committed Jun 29, 2015
1 parent 15883b4 commit 7269367
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ def get_version():
with open('README.rst') as f:
readme = f.read()

install_requires = ['mixbox', 'lxml>=2.2.3', 'python-dateutil']
install_requires = [
'lxml>=2.2.3',
'mixbox>=0.0.7',
'python-dateutil',
]

try:
import importlib
except ImportError:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ commands =
nosetests cybox
deps =
lxml==2.2.3
mixbox
mixbox>=0.0.7
python-dateutil==1.4.1
nose

Expand Down

0 comments on commit 7269367

Please sign in to comment.