Skip to content

Commit

Permalink
Updated python-cybox dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Worrell committed Oct 15, 2014
1 parent b4b0864 commit e787c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def get_version():
long_description=readme,
url="http://stix.mitre.org",
packages=find_packages(),
install_requires=['lxml>=2.3', 'python-dateutil', 'cybox>=2.1.0.6,<2.1.1.0'],
install_requires=['lxml>=2.3', 'python-dateutil', 'cybox>=2.1.0.8,<2.1.1.0'],
extras_require=extras_require,
classifiers=[
"Programming Language :: Python",
Expand Down

0 comments on commit e787c80

Please sign in to comment.