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: * `Postgres `_, or * `SQLite `_ 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