Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
fixed requirements issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alimaktabi committed Sep 16, 2024
1 parent 4a8e733 commit 39f9d5c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
bip-utils==2.3.0
django==5
Django>=5.0.8
djangorestframework==3.15.2
djangorestframework-camel-case==1.4.2
dj-database-url==0.5.0
django-celery-results==2.3.1
django-celery-results>=2.4.0
django-celery-beat==2.7.0
django-bmemcached==0.3.0
django-cors-headers==3.12.0
Expand All @@ -13,7 +13,6 @@ django-polymorphic==3.1.0
django-rest-polymorphic==0.1.10
drf-yasg==1.20.0
ed25519==1.5
gunicorn==20.1.0
locust==2.26.0
redis==4.6
python-dotenv==0.20.0
Expand All @@ -23,7 +22,7 @@ web3==6.9.0
whitenoise==6.1.0
coverage~=7.3.2
pytz~=2023.3.post1
requests~=2.31.0
requests>=2.32.0
celery~=5.4.0
celery-redbeat==2.2.0
# django-safedelete~=1.3.3
Expand Down

0 comments on commit 39f9d5c

Please sign in to comment.