Varia library working group XPPL.
https://gitea.xpub.nl/XPUB/XPPL
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
786 B
33 lines
786 B
[[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'"
|
|
|