Use ipython rather than ptpython
This commit is contained in:
parent
b0e43959eb
commit
d5ba7a08a9
|
@ -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"]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue