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
628 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"}
python-dotenv = "*"
requests = "*"
sqlalchemy-rqlite = {git = "https://github.com/rqlite/sqlalchemy-rqlite.git"}
wand = "*"
[dev-packages]
ipdb = "*"
isort = "*"
molecule = "*"
pylava = "*"
pytest = "*"
tox = "*"
[scripts]
dev = "python dev.py"
prod = "gunicorn --worker-class eventlet -w 1 wsgi:app"