1
0
Fork 0
mirror of https://github.com/topydo/topydo.git synced 2024-05-20 13:58:33 +00:00

Add a setup.py test req for freezegun

This commit is contained in:
David Steele 2019-01-07 09:37:40 -05:00
parent 2c768a192c
commit 557e277a5a

View file

@ -34,6 +34,9 @@ setup(
install_requires=[
'arrow >= 0.7.0',
],
tests_require=[
'freezegun',
],
extras_require={
':sys_platform=="win32"': ['colorama>=0.2.5'],
':python_version=="3.2"': ['backports.shutil_get_terminal_size>=1.0.0'],