Skip to content

Commit

Permalink
Merge pull request #9800 from archesproject/9797_failing_celery_conne…
Browse files Browse the repository at this point in the history
…ctions

Ensure pytz and tzdata are at version compatible with Celery, re #9797
  • Loading branch information
njkim authored Jul 27, 2023
2 parents 2cfb73d + aab54e8 commit c390c1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arches/install/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ defusedxml==0.7.1
requests-oauthlib==1.3.1
pyjwt>=2.0.0,<3
pyjwt[crypto]
semantic-version==2.10.0
semantic-version==2.10.0
tzdata==2023.3
pytz==2023.3

0 comments on commit c390c1b

Please sign in to comment.