A python utility to deploy PostgreSQL databases from a configuration file
The core library os is needed. Additionally you need
- sqlalchemy (> 2.0.0)
- sqlalchemy_utils (> 0.41.0)
- pyyaml (>= 6.0)
as specified in requirements.txt. Install these if they don't already exist in your environment with "pip install -r requirements.txt"