From d5ba7a08a9f35a44393be1c92d0ec4eea5ab059d Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Mon, 18 Jan 2021 17:29:48 +0100 Subject: [PATCH] Use ipython rather than ptpython --- Dockerfile | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 94f76d1..913576f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] diff --git a/requirements.txt b/requirements.txt index f168b52..314d2d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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