Skip to content

Commit

Permalink
Merge pull request #213 from observatorycontrolsystem/fix/task-schedu…
Browse files Browse the repository at this point in the history
…ler-error

Fix/ task scheduler error
  • Loading branch information
eheinrich authored Aug 19, 2021
2 parents 99e85a7 + 738acef commit 3ce206a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
use_scm_version=True,
setup_requires=['setuptools_scm', 'wheel', 'numpy>=1.16,<1.17'],
install_requires=[
'apscheduler>=3.6,<3.7',
'apscheduler>=3.7,<3.8',
'boto3<2.0',
'cerberus>1.0,<2.0',
'django>=2.2,<2.3',
Expand Down

0 comments on commit 3ce206a

Please sign in to comment.