this removes Flask, reworks a number of library methods accordingly, and adds generators and build commands to process the instance directory (largely unchanged, except config.py is now config.json) and spit out files suitable to be served by a web server such as Nginx. there are probably some rough edges here, but overall this works. also note, as this is no longer server software on a network, the license has changed from AGPLv3 to GPLv3, and the "or any later version" allowance has been removed Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
23 lines
538 B
Plaintext
23 lines
538 B
Plaintext
#
|
|
# This file is autogenerated by pip-compile with Python 3.12
|
|
# by the following command:
|
|
#
|
|
# pip-compile --output-file=requirements/requirements.txt
|
|
#
|
|
feedgen==1.0.0
|
|
# via incorporeal-cms (pyproject.toml)
|
|
jinja2==3.1.6
|
|
# via incorporeal-cms (pyproject.toml)
|
|
lxml==5.3.1
|
|
# via feedgen
|
|
markdown==3.7
|
|
# via incorporeal-cms (pyproject.toml)
|
|
markupsafe==3.0.2
|
|
# via jinja2
|
|
python-dateutil==2.9.0.post0
|
|
# via feedgen
|
|
six==1.17.0
|
|
# via python-dateutil
|
|
termcolor==2.5.0
|
|
# via incorporeal-cms (pyproject.toml)
|