Browse Source

fix: config

master
mortezaei 1 year ago
parent
commit
07b61caa3e
  1. 9
      requirements.txt

9
requirements.txt

@ -20,7 +20,7 @@ conditional==2.0
cssselect2==0.8.0 cssselect2==0.8.0
Deprecated==1.2.18 Deprecated==1.2.18
diff-match-patch==20230430 diff-match-patch==20230430
Django==5.1.8
Django>=4.2.0
django-ajax-datatable==4.5.0 django-ajax-datatable==4.5.0
django-allauth==65.3.0 django-allauth==65.3.0
django-autoslug==1.9.9 django-autoslug==1.9.9
@ -53,7 +53,8 @@ easy-thumbnails==2.10
exceptiongroup==1.2.1 exceptiongroup==1.2.1
geographiclib==2.0 geographiclib==2.0
geopy==2.3.0 geopy==2.3.0
guardian==0.2.3
# guardian==0.2.3
django-guardian==2.4.0
gunicorn==22.0.0 gunicorn==22.0.0
h11==0.14.0 h11==0.14.0
idna==3.7 idna==3.7
@ -77,7 +78,7 @@ psycopg2-binary==2.9.9
py-moneyed==3.0 py-moneyed==3.0
pycparser==2.22 pycparser==2.22
Pygments==2.15.0 Pygments==2.15.0
PyYAML==6.0.2
PyJWT==2.0.1
PySocks==1.7.1 PySocks==1.7.1
python-dateutil==2.9.0.post0 python-dateutil==2.9.0.post0
python-dotenv==1.0.1 python-dotenv==1.0.1
@ -117,6 +118,8 @@ webencodings==0.5.1
whitenoise==6.9.0 whitenoise==6.9.0
wrapt==1.16.0 wrapt==1.16.0
wsproto==1.2.0 wsproto==1.2.0
jdatetime==4.1.0
kavenegar==1.1.2
firebase-admin==6.2.0 firebase-admin==6.2.0
google-auth==2.6.0 google-auth==2.6.0

Loading…
Cancel
Save