pkg: bump de dependencies
1 files changed, 6 insertions(+), 6 deletions(-) M setup.py
M setup.py +6 -6
@@ 11,13 11,13 @@ setup(name='tshistory_refinery', zip_safe=False, install_requires=[ 'dbcache >= 0.5.0', - 'tshistory >= 0.20.0', - 'tsview >= 0.19.0', - 'tshistory_supervision >= 0.13.0', - 'tshistory_formula >= 0.16.0', + 'tshistory >= 0.20.1', + 'tsview >= 0.20.0', + 'tshistory_supervision >= 0.13.1', + 'tshistory_formula >= 0.16.2', 'tshistory_xl >= 0.8.0', - 'rework >= 0.17.0', - 'rework_ui >= 0.15.2', + 'rework >= 0.17.2', + 'rework_ui >= 0.16.0', 'inireader', 'pytest_sa_pg', 'webtest',