Use ipython rather than ptpython

This commit is contained in:
Yohann D'ANELLO 2021-01-18 17:29:48 +01:00
parent b0e43959eb
commit d5ba7a08a9
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
2 changed files with 2 additions and 2 deletions

View File

@ -32,4 +32,4 @@ RUN ln -s /code/.bashrc /root/.bashrc
ENTRYPOINT ["/code/entrypoint.sh"]
EXPOSE 80
CMD ["./manage.py", "shell_plus", "--ptpython"]
CMD ["./manage.py", "shell_plus", "--ipython"]

View File

@ -16,7 +16,7 @@ gunicorn~=20.0
matrix-nio~=0.15
phonenumbers~=8.9.10
psycopg2-binary~=2.8
ptpython~=3.0
ipython~=7.19.0
python-magic==0.4.18
sympasoap~=1.0
whoosh~=2.7