diff --git a/setup.py b/setup.py index a708f63..8bd96d6 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='shifthelper', - version='1.6.2', + version='1.7.0', description='a tool for helping people with a FACT night shift', url='https://github.com/fact-project/shifthelper', author='Dominik Neise, Maximilian Noethe, Sebastian Mueller', @@ -16,13 +16,12 @@ package_data={ 'shifthelper.db_cloner': ['logging.conf'], }, - python_requires='>=3.6.0,<3.7', + python_requires='>=3.6.0', setup_requires=['pytest-runner'], tests_require=['pytest>=3.0.0', 'freezegun'], install_requires=[ - 'pandas==0.22.0', + 'pandas~=0.22.0', 'numpy==1.14.1', - 'twilio==5.7.0', 'requests', 'python-dateutil', 'sqlalchemy', @@ -30,11 +29,10 @@ 'pytz', 'numexpr', 'smart_fact_crawler @ https://github.com/fact-project/smart_fact_crawler/archive/v0.6.4.tar.gz', - 'custos==0.0.7', + 'custos[all]==0.1.1', 'retrying', 'wrapt', 'python-json-logger', - 'telepot', 'cachetools', ], entry_points={'console_scripts': [ diff --git a/shifthelper/__main__.py b/shifthelper/__main__.py index 20892a2..7a70048 100755 --- a/shifthelper/__main__.py +++ b/shifthelper/__main__.py @@ -136,14 +136,6 @@ def main(): ], category=CATEGORY_SHIFTER ), - FactIntervalCheck( - name='RelativeCameraTemperatureCheck', - checklist=[ - conditions.is_shift_at_the_moment, - conditions.is_rel_camera_temperature_high, - ], - category=CATEGORY_SHIFTER - ), FactIntervalCheck( name='BiasNotOperatingDuringDataRun', checklist=[