Skip to content

Commit c46e82d

Browse files
authored
<6 upper bound to celery dependency (#75)
* Remove upper bound to `celery` dependency * `<6` upper bound for `celery`
1 parent 8a356ec commit c46e82d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
INSTALL_REQUIRES = [
7-
'celery>=5.0,<5.3',
7+
'celery>=5.0,<6',
88
'mail-parser',
99
'pytz',
1010
]

0 commit comments

Comments
 (0)