We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f92c8ee commit 9c05210Copy full SHA for 9c05210
setup.py
@@ -39,7 +39,7 @@ def get_version():
39
long_description=readme,
40
url="http://maec.mitre.org",
41
packages=find_packages(),
42
- install_requires=['lxml>=2.2.3', 'cybox>=2.1.0.8,<2.1.1.0'],
+ install_requires=['lxml>=2.2.3', 'cybox>=2.1.0.9,<2.1.1.0'],
43
extras_require=extras_require,
44
classifiers=[
45
"Programming Language :: Python",
0 commit comments