Skip to content

Commit

Permalink
Modified setup.py to require python-cybox >= 2.1.0.9 and python-maec …
Browse files Browse the repository at this point in the history
…>= 4.1.0.10
  • Loading branch information
Bryan Worrell committed Dec 23, 2014
1 parent c92e805 commit e154287
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_version():
'test': [
'nose==1.3.0',
'tox==1.6.1',
'maec>=4.1.0.8,<4.1.1.0'
'maec>=4.1.0.10,<4.1.1.0'
],
}

Expand All @@ -40,7 +40,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.8,<2.1.1.0'],
install_requires=['lxml>=2.3', 'python-dateutil', 'cybox>=2.1.0.9,<2.1.1.0'],
extras_require=extras_require,
classifiers=[
"Programming Language :: Python",
Expand Down

0 comments on commit e154287

Please sign in to comment.