RequirementsΒΆ

This project was developed using Python 2.7. It has not been tested on other versions of Python.

The main requirement for this project is a database, current either:

are supported. For the former you will need to install psycopg2.

Requirements are documented in requirements.txt. To install these, run:

pip install -r requirements.txt

queryutils

Navigation