diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 7a00835..479cd5c 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -74,7 +74,7 @@ jobs: uses: https://github.com/mikepenz/release-changelog-builder-action@v5 with: platform: "gitea" - baseURL: "http://gitea:3000" + baseURL: "http://192.168.178.110:3000" configuration: ".gitea/changelog-config.json" env: GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }} diff --git a/pyproject.toml b/pyproject.toml index bf4781b..89e75da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,28 +6,17 @@ readme = "README.md" requires-python = ">=3.13" dependencies = [ "anilistapi>=0.1.1", - "antlr4-python3-runtime>=4.9.3", - "flask>=3.1.1", - "httpx>=0.28.1", - "httpx-retries>=0.3.2", - "hypercorn>=0.17.3", - "jinja2>=3.1.6", - "komcache>=0.1.0", - "komconfig>=0.2.0", + "komcache>=0.1.3", "komgapi>=0.1.1", - "komsuite-nyaapy>=0.1.0", - "limit>=0.2.3", + "komsuite-nyaapy>=0.1.3", "quart>=0.20.0", - "uvicorn>=0.34.2", + "uvicorn>=0.38.0", ] - - [[tool.uv.index]] name = "gitea" url = "https://git.theprivateserver.de/api/packages/KomSuite/pypi/simple/" - [tool.bumpversion] current_version = "0.1.0" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)"