The database will need to be rebuilt, because of a previous mistake of code completion setting a field to boolean instead of int. Added flaskmigrate as dependency New Javascript function for replies, to be able to switch a reply on and off during commenting To use replies, one will need to add another hugo range block, see docs for details
22 lines
313 B
TOML
22 lines
313 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
flask = "*"
|
|
pyyaml = "*"
|
|
flask-sqlalchemy = "*"
|
|
flask-cors = "*"
|
|
antispam = "*"
|
|
flask-login = "*"
|
|
sqlalchemy = "*"
|
|
requests = "*"
|
|
py3-validate-email = "*"
|
|
flask-migrate = "*"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|