Skip to content

Commit 39583cb

Browse files
committed
misc: Remove freezegun from install_requires
1 parent 42a7a2b commit 39583cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
rqscheduler = rq_scheduler.scripts.rqscheduler:main
2020
''',
2121
package_data={'': ['README.rst']},
22-
install_requires=['crontab>=0.23.0', 'rq>=2', 'python-dateutil', 'freezegun'],
22+
install_requires=['crontab>=0.23.0', 'rq>=2', 'python-dateutil'],
2323
classifiers=[
2424
'Development Status :: 4 - Beta',
2525
'Environment :: Console',

0 commit comments

Comments
 (0)