Skip to content

Commit 384ee52

Browse files
author
Bryan Worrell
committed
updated dependency versions in setup.py
1 parent a1d6aff commit 384ee52

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.0a1' ],
15+
install_requires=['lxml>=2.3', 'python-dateutil', 'cybox>=2.0.0b1' ],
1616
classifiers=[
1717
"Programming Language :: Python",
1818
"Development Status :: 2 - Pre-Alpha",

0 commit comments

Comments
 (0)