Skip to content

Commit 236ff4c

Browse files
author
Bryan Worrell
committed
updating python-cybox dependency version
1 parent 2f33c4f commit 236ff4c

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
@@ -12,7 +12,7 @@
1212
description="An API for parsing and generating STIX content.",
1313
url="http://stix.mitre.org",
1414
packages=find_packages(),
15-
install_requires=['lxml>=2.3', 'python-dateutil', 'cybox>=2.0.0b1' ],
15+
install_requires=['lxml>=2.3', 'python-dateutil', 'cybox>=2.0.0b6' ],
1616
classifiers=[
1717
"Programming Language :: Python",
1818
"Development Status :: 2 - Pre-Alpha",

0 commit comments

Comments
 (0)