Skip to content

Commit

Permalink
global: celery 5 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
drjova committed Feb 29, 2024
1 parent ffb1c3e commit 51af9ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

install_requires = [
'automat==20.2.0',
'amqp~=2.0,>2.2.0,!=2.3.0',
'amqp',
'autosemver~=0.2',
"backports.tempfile==1.0",
'boto3~=1.14',
Expand Down Expand Up @@ -47,10 +47,10 @@
'Twisted~=18.0,>=18.9.0',
#latex parsing
'pylatexenc~=2.9',
'queuelib==1.5.0',
'sentry-sdk==1.3.0',
'structlog==20.1.0',
'python-logstash==0.4.8',
'queuelib>=1.5.0',
'sentry-sdk>=0.10.0',
'structlog>=19.0.0',
'python-logstash>=0.4.8',
]

tests_require = [
Expand Down

0 comments on commit 51af9ce

Please sign in to comment.