# Runtime dependencies for the oTree 3 app.
# Local runs need only otree + scipy (numpy is pulled in automatically by scipy).
# psycopg2 is the PostgreSQL driver for the production (Heroku) deployment and is
# unused locally, where oTree uses SQLite by default.
otree==3.3.11
scipy
psycopg2>=2.8.4
