Skip to content

Commit

Permalink
update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
RustamovAkrom committed Sep 12, 2024
1 parent 598a9a0 commit 49412df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ django==3.2.25
django-celery-beat==2.5.0
django-celery-results==2.3.0
pillow==8.3.2
celery==5.2.7
flower==0.9.7
celery==4.4.7 # or keep celery 5.2.7 and upgrade flower
flower>=1.0.0 # upgrade flower to resolve vine conflict
stripe==2.61.0
python-dotenv==0.19.0
django-rosetta==0.9.8
Expand All @@ -12,4 +12,4 @@ django-localflavor==3.0.1
django-ckeditor==6.0.0
django-crispy-forms==1.13.0
django-js-asset==1.2.2
django-jazzmin
django-jazzmin==3.0.0

0 comments on commit 49412df

Please sign in to comment.