Specify lowest supported Python version
parent
b4a0a9ea10
commit
528d956f4a
|
@ -21,6 +21,8 @@ Install with `pip <https://pip.pypa.io/en/stable/>`__:
|
||||||
|
|
||||||
$ pip install stix2
|
$ pip install stix2
|
||||||
|
|
||||||
|
Note: The library requires Python 3.6+.
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -47,6 +47,7 @@ setup(
|
||||||
],
|
],
|
||||||
keywords='stix stix2 json cti cyber threat intelligence',
|
keywords='stix stix2 json cti cyber threat intelligence',
|
||||||
packages=find_packages(exclude=['*.test', '*.test.*']),
|
packages=find_packages(exclude=['*.test', '*.test.*']),
|
||||||
|
python_requires='>=3.6',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'pytz',
|
'pytz',
|
||||||
'requests',
|
'requests',
|
||||||
|
|
Loading…
Reference in New Issue