Skip to content

Commit

Permalink
Merge pull request #1460 from Bidaya0/ci/update-deps-celery
Browse files Browse the repository at this point in the history
Ci/update deps celery
  • Loading branch information
Bidaya0 authored May 22, 2023
2 parents beafc47 + 02face6 commit 5353430
Show file tree
Hide file tree
Showing 5 changed files with 249 additions and 221 deletions.
7 changes: 4 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ six = "==1.15.0"
urllib3 = "==1.26.5"
xlwt = "==1.3.0"
pyre2 = "~=0.3.6"
celery = "==5.2.7"
celery = "==5.3.0rc1"
redis = "==4.4.4"
openpyxl = "==3.0.9"
id-validator = "==1.0.20"
Expand All @@ -50,8 +50,8 @@ packaging = "==21.3"
docxtpl = "==0.16.0"
docxcompose = "==1.3.4"
django-elasticsearch-dsl = "==7.2.2"
asyncio-gevent = "==0.2.1"
gevent = "==21.12.0"
#asyncio-gevent = "==0.2.1"
gevent = "==22.10.2"
ddt = "==1.6.0"
boto3 = "==1.24.59"
mypy = "==1.0.1"
Expand All @@ -77,6 +77,7 @@ pytz = "==2022.6"
types-pyyaml = ">=6.0.12.2"
uwsgi = "==2.0.21"
marisa-trie = "==0.8.0"
gunicorn = "==20.1.0"

[dev-packages]

Expand Down
Loading

0 comments on commit 5353430

Please sign in to comment.