mirror of https://github.com/MISP/MISP-maltego
fix: [install] fixes #9 by preventing installation with python2
parent
4bafc049a4
commit
2722cc3975
1
setup.py
1
setup.py
|
@ -28,6 +28,7 @@ setup(
|
||||||
package_data={
|
package_data={
|
||||||
'': ['*.gif', '*.png', '*.conf', '*.mtz', '*.machine'] # list of resources
|
'': ['*.gif', '*.png', '*.conf', '*.mtz', '*.machine'] # list of resources
|
||||||
},
|
},
|
||||||
|
python_requires='>=3.5',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'canari>=3.3.9,<4',
|
'canari>=3.3.9,<4',
|
||||||
'PyMISP'
|
'PyMISP'
|
||||||
|
|
Loading…
Reference in New Issue