Skip to content
Snippets Groups Projects
Commit f6c8d21e authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Fixed django-extensions and pygraphviz versins to avoid issues with dependencies.

parent 88eb8abb
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ RUN apt-get install docker.io -y
# Viz
#------------------------------
RUN apt install python-pygraphviz graphviz-dev -y
RUN pip3 install django-extensions pygraphviz
RUN pip3 install django-extensions==3.1.5 pygraphviz==1.6
# Example usage: rosetta/shell webapp "cd /opt/code && python3 manage.py graph_models core_app --exclude-models LoginToken,Text -o ORM.png"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment