Skip to content

Commit

Permalink
Actualización de Python a 3.12.4 y algunas de las dependencias
Browse files Browse the repository at this point in the history
  • Loading branch information
euribates committed Aug 7, 2024
1 parent 452d50f commit 8365cf5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
colorama==0.4.4
MarkupPy==1.14
pyyaml==5.4
pyyaml==6.0.2
django==3.2.13
django-colorfield==0.1.15
django-import-export==2.7.1
Expand All @@ -10,19 +10,19 @@ jinja2==2.11.3
markdown2==2.4.0
odfpy==1.4.1
openpyxl==3.0.3
pillow==8.3.2
pillow==10.4.0
prettyconf==2.1.0
psycopg2-binary==2.7.5
psycopg2-binary==2.9.9
pyqrcode==1.2.1
qr==0.6.0
redis==3.5.3
reportlab==3.5.32
redis==5.0.8
reportlab==4.2.2
rq==1.8.1
sendgrid==5.6.0
stripe==2.41.0
stripe==10.6.0
tabulate==0.8.9
uWSGI==2.0.18
uWSGI==2.0.26
xlrd==1.2.0
xlwt==1.3.0
tweepy==3.10.0
django_redis==5.0.0
django_redis==5.4.0
2 changes: 1 addition & 1 deletion run-rq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# Launch worker for Redis Queue
# https://python-rq.org/

source ~/.virtualenvs/web/bin/activate
source ~/.pyenv/versions/pycanweb/bin/activate
cd $(dirname $0)
exec python manage.py rqworker default low
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# Launch Django main entrypoint through UWSGI application server
# https://docs.djangoproject.com/en/3.2/howto/deployment/wsgi/uwsgi/

source ~/.virtualenvs/web/bin/activate
source ~/.pyenv/versions/pycanweb/bin/activate
cd $(dirname $0)
exec uwsgi --ini uwsgi.ini

0 comments on commit 8365cf5

Please sign in to comment.