We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b0ba66 commit 5b51850Copy full SHA for 5b51850
setup.py
@@ -25,7 +25,7 @@ def get_version():
25
26
install_requires = [
27
'lxml>=2.2.3',
28
- 'mixbox>=0.0.8',
+ 'mixbox>=0.0.10',
29
'cybox>=2.1.0.12.dev1,<2.1.1.0',
30
]
31
tox.ini
@@ -16,5 +16,6 @@ commands =
16
deps =
17
cybox>=2.1.0.12.dev1
18
lxml==2.2.3
19
+ mixbox>=0.0.10
20
python-dateutil==1.4.1
21
nose
0 commit comments