[[source]] url = "https://pypi.org/simple" verify_ssl = true name = "pypi" [packages] "pypdf2" = "*" autocomplete = "*" eventlet = "*" flask = "*" flask-socketio = "*" flask-sqlalchemy = "*" flask-weasyprint = "*" flask-wtf = "*" gunicorn = "*" marshmallow = "*" pyrqlite = {git = "https://github.com/rqlite/pyrqlite.git"} requests = "*" sqlalchemy-rqlite = {git = "https://github.com/rqlite/sqlalchemy-rqlite.git"} wand = "*" [dev-packages] ipdb = "*" isort = "*" pylava = "*" pytest = "*" tox = "*" [scripts] devserver = "bash -c 'FLASK_APP=scripts/devserver.py flask run'" devshell = "bash -c 'FLASK_APP=scripts/devshell.py flask shell'" prodserver = "gunicorn --bind 127.0.0.1:5000 --worker-class eventlet -w 1 wsgi:app" prodshell = "bash -c 'FLASK_APP=wsgi.py flask shell'"