Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 380 Bytes

updating_dependencies.md

File metadata and controls

13 lines (7 loc) · 380 Bytes

Updating Dependencies

To update the python dependencies, the bare minimum packages required is:

pip install --upgrade pip django channels asgiref pillow reportlab django-bootstrap-form pypdf2

To update postgresql dependencies, add:

pip install --upgrade psycopg2-binary

And to install django extensions, run:

pip install --upgrade django-extensions pygraphviz