Skip to content

Commit 9c05210

Browse files
committed
Updated required version of python-cybox
1 parent f92c8ee commit 9c05210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def get_version():
3939
long_description=readme,
4040
url="http://maec.mitre.org",
4141
packages=find_packages(),
42-
install_requires=['lxml>=2.2.3', 'cybox>=2.1.0.8,<2.1.1.0'],
42+
install_requires=['lxml>=2.2.3', 'cybox>=2.1.0.9,<2.1.1.0'],
4343
extras_require=extras_require,
4444
classifiers=[
4545
"Programming Language :: Python",

0 commit comments

Comments
 (0)