initial commit
Some checks failed
CI / build (push) Failing after 20s

This commit is contained in:
2024-09-09 22:22:53 +08:00
commit 940d8cac96
9 changed files with 385 additions and 0 deletions

21
requirements.txt Normal file
View File

@@ -0,0 +1,21 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --output-file=requirements.txt --strip-extras pyproject.toml
#
--index-url https://gitea.woggioni.net/api/packages/woggioni/pypi/simple/
--extra-index-url https://pypi.org/simple
netaddr==1.3.0
# via wg_builder (pyproject.toml)
pwo==0.0.2
# via wg_builder (pyproject.toml)
python-wireguard==0.2.2
# via wg_builder (pyproject.toml)
toml==0.10.2
# via wg_builder (pyproject.toml)
typing-extensions==4.7.1
# via
# pwo
# wg_builder (pyproject.toml)