Skip to content

Commit

Permalink
<6 upper bound to celery dependency (#75)
Browse files Browse the repository at this point in the history
* Remove upper bound to `celery` dependency

* `<6` upper bound for `celery`
  • Loading branch information
Viicos authored Feb 26, 2024
1 parent 8a356ec commit c46e82d
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 @@ -4,7 +4,7 @@


INSTALL_REQUIRES = [
'celery>=5.0,<5.3',
'celery>=5.0,<6',
'mail-parser',
'pytz',
]
Expand Down

0 comments on commit c46e82d

Please sign in to comment.