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 a1d6aff commit 384ee52Copy full SHA for 384ee52
setup.py
@@ -12,7 +12,7 @@
12
description="An API for parsing and generating STIX content.",
13
url="http://stix.mitre.org",
14
packages=find_packages(),
15
- install_requires=['lxml>=2.3', 'python-dateutil', 'cybox>=2.0.0a1' ],
+ install_requires=['lxml>=2.3', 'python-dateutil', 'cybox>=2.0.0b1' ],
16
classifiers=[
17
"Programming Language :: Python",
18
"Development Status :: 2 - Pre-Alpha",
0 commit comments