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.
25 lines
482 B
25 lines
482 B
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
"pypdf2" = "*"
|
|
autocomplete = "*"
|
|
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]
|
|
|
|
[scripts]
|
|
dev = "python run.py"
|
|
|