fix: [install] fixes #9 by preventing installation with python2

pull/15/head
Christophe Vandeplas 2019-02-05 17:59:02 +01:00
parent 4bafc049a4
commit 2722cc3975
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ setup(
package_data={
'': ['*.gif', '*.png', '*.conf', '*.mtz', '*.machine'] # list of resources
},
python_requires='>=3.5',
install_requires=[
'canari>=3.3.9,<4',
'PyMISP'