Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f5e5ced

Browse files
committed
Require latest versions of mixbox and cybox
1 parent 6febe6f commit f5e5ced

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ def get_version():
2626

2727
install_requires = [
2828
'lxml>=2.2.3',
29-
'mixbox>=0.0.10',
30-
'cybox>=2.1.0.13.dev0,<2.1.1.0',
29+
'mixbox>=0.0.13',
30+
'cybox>=2.1.0.13.dev1,<2.1.1.0',
3131
]
3232

3333
extras_require = {

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ basepython=python2.6
1414
commands =
1515
nosetests maec
1616
deps =
17-
cybox>=2.1.0.12.dev1
17+
cybox>=2.1.0.13.dev1
1818
lxml==2.2.3
19-
mixbox>=0.0.10
19+
mixbox>=0.0.13
2020
python-dateutil==1.4.1
2121
nose

0 commit comments

Comments
 (0)