This repo contains libraries that are required for Dewey.
It is normally cloned as a submodule into /lib.
This repository uses git large file support (git-lfs). You may need to install git-lfs on your system.
You can populate the python package cache from a requirements file, e.g.:
pip install --no-use-wheel --download python/ -r ../requirements/production.txt
.