renamed project to Bugis and switch from WSGI@uwsgi to ASGI@granian
Some checks failed
CI / Build pip package (push) Failing after 13s
CI / Build Docker image (push) Successful in 4m36s

This commit is contained in:
2024-10-20 16:21:30 +08:00
parent 49a9bad07f
commit 707c74f042
28 changed files with 770 additions and 209 deletions

29
requirements-run.txt Normal file
View File

@@ -0,0 +1,29 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --extra=run --output-file=requirements-run.txt pyproject.toml
#
--index-url https://gitea.woggioni.net/api/packages/woggioni/pypi/simple
--extra-index-url https://pypi.org/simple
click==8.1.7
# via granian
granian==1.6.1
# via bugis (pyproject.toml)
markdown==3.7
# via bugis (pyproject.toml)
pwo==0.0.3
# via bugis (pyproject.toml)
pygments==2.18.0
# via bugis (pyproject.toml)
pygraphviz==1.14
# via bugis (pyproject.toml)
pyyaml==6.0.2
# via bugis (pyproject.toml)
typing-extensions==4.7.1
# via pwo
uvloop==0.21.0
# via granian
watchdog==5.0.3
# via bugis (pyproject.toml)