Skip to content

Commit

Permalink
🐛 移除 Gotify 插件及相关配置,更新依赖项版本
Browse files Browse the repository at this point in the history
  • Loading branch information
snowykami committed Feb 17, 2025
1 parent 30880ec commit 60093b5
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 167 deletions.
4 changes: 2 additions & 2 deletions liteyuki/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
import os
import json
import copy
import toml
import yaml
import toml # type: ignore
import yaml # type: ignore

from typing import Any

Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ dependencies = [
"toml>=0.10.2",
"watchdog>=4.0.1",
"pdm-backend>=2.3.3",
"magicoca>=1.0.6",
"croterline>=1.0.9",
"magicoca>=1.0.8",
]

[project.urls]
Expand All @@ -37,7 +37,6 @@ build-backend = "pdm.backend"
[tool.pdm.build]
includes = ["liteyuki/", "LICENSE", "README.md"]
excludes = ["tests/", "docs/", "src/"]
fallback_version = "0.1.0"

[tool.pdm.version]
source = "scm"
Expand Down
3 changes: 3 additions & 0 deletions scripts/install-deps.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
python -m pip install pdm
python -m pdm install
python -m pip install -r requirements.txt

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 60093b5

Please sign in to comment.