Explicit python dependency in setup.py
This commit is contained in:
parent
6490c567ff
commit
6eae204b4b
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -48,6 +48,7 @@ setup(name='larigira',
|
|||
'tinydb'
|
||||
],
|
||||
tests_require=['pytest-timeout==1.0', 'py>=1.4.29', 'pytest==3.0', ],
|
||||
python_requires='>=3.5',
|
||||
cmdclass={'test': PyTest},
|
||||
zip_safe=False,
|
||||
include_package_data=True,
|
||||
|
|
Loading…
Reference in a new issue