Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6febe6f commit f5e5cedCopy full SHA for f5e5ced
2 files changed
setup.py
@@ -26,8 +26,8 @@ def get_version():
26
27
install_requires = [
28
'lxml>=2.2.3',
29
- 'mixbox>=0.0.10',
30
- 'cybox>=2.1.0.13.dev0,<2.1.1.0',
+ 'mixbox>=0.0.13',
+ 'cybox>=2.1.0.13.dev1,<2.1.1.0',
31
]
32
33
extras_require = {
tox.ini
@@ -14,8 +14,8 @@ basepython=python2.6
14
commands =
15
nosetests maec
16
deps =
17
- cybox>=2.1.0.12.dev1
+ cybox>=2.1.0.13.dev1
18
lxml==2.2.3
19
- mixbox>=0.0.10
+ mixbox>=0.0.13
20
python-dateutil==1.4.1
21
nose
0 commit comments