Skip to content

Commit

Permalink
Merge pull request #280 from pazembrz/downgrade-celery
Browse files Browse the repository at this point in the history
setup: Downgrade minimal celery version to 4.1
  • Loading branch information
pazembrz authored Oct 3, 2019
2 parents ab2a90a + fa425ce commit 4ffd484
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
'scrapyd-client>=1.0.1',
'six>=1.9.0',
'requests~=2.22,>=2.22.0',
'celery~=4.2',
'celery>=4.1',
'redis>=2.10.5',
'pyasn1>=0.1.8', # Needed for dependency resolving.
'LinkHeader>=0.4.3',
Expand Down
2 changes: 1 addition & 1 deletion tests/Dockerfile.hepcrawl_base
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# under the terms of the Revised BSD License; see LICENSE file for
# more details.

FROM centos
FROM centos:7

RUN yum install -y epel-release && \
yum update -y && \
Expand Down

0 comments on commit 4ffd484

Please sign in to comment.