Added bpython

This commit is contained in:
Roger Gonzalez 2023-10-21 12:28:40 -03:00
parent 4f315dd80a
commit 821a3287f3
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6
2 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,7 @@ django-manage:
docker-compose run app python manage.py $(command)
shell:
docker-compose run app python manage.py shell_plus
docker-compose run app python manage.py shell_plus --bpython
full: init up

View File

@ -7,6 +7,7 @@ pylint-django==2.5.3
pre-commit==3.5.0
django-stubs[compatible-mypy]==4.2.5
Werkzeug==3.0.0
bpython
flake8-bugbear==23.9.16
flake8-builtins==2.1.0
flake8-comprehensions==3.14.0