Skip to content

Commit

Permalink
Updated for new python-cybox dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ikiril01 committed Apr 27, 2015
1 parent 8a73210 commit e3f17d8
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 @@ -46,7 +46,7 @@ def get_version():
long_description=readme,
url="http://maec.mitre.org",
packages=find_packages(),
install_requires=['lxml>=2.2.3', 'cybox>=2.1.0.9,<2.1.1.0'],
install_requires=['lxml>=2.2.3', 'cybox>=2.1.0.11,<2.1.1.0'],
extras_require=extras_require,
classifiers=[
"Programming Language :: Python",
Expand Down

0 comments on commit e3f17d8

Please sign in to comment.