We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25f376b commit 4916e5aCopy full SHA for 4916e5a
setup.py
@@ -27,7 +27,7 @@ def get_version():
27
install_requires = [
28
'lxml>=2.3',
29
'python-dateutil',
30
- 'cybox>=2.1.0.13.dev1,<2.1.1.0',
+ 'cybox>=2.1.0.13,<2.1.1.0',
31
'mixbox>=1.0.2',
32
]
33
@@ -48,7 +48,6 @@ def get_version():
48
'License :: OSI Approved :: BSD License',
49
'Operating System :: OS Independent',
50
'Programming Language :: Python :: 2',
51
- 'Programming Language :: Python :: 2.6',
52
'Programming Language :: Python :: 2.7',
53
'Programming Language :: Python :: 3',
54
'Programming Language :: Python :: 3.3',
0 commit comments