blob: 4acc08f8c11fcfb1ea819c1100e7eecd1ac70b95 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
[project]
name = "echo"
version = "1.0"
description = "Event Communication and Harmonization across Online platforms"
authors = [
{name = "简律纯",email = "i@jyunko.cn"},
]
dependencies = [
"requests>=2.31.0",
]
requires-python = ">=3.11"
readme = "README.md"
license = {text = "MIT"}
[tool]
[tool.pdm]
[tool.pdm.dev-dependencies]
docs = [
"furo>=2024.7.18",
"sphinx-autobuild>=2024.4.16",
"myst-parser>=3.0.1",
"sphinx>=7.4.7",
"tomli>=2.0.1",
"sphinx-intl>=2.2.0",
"sphinx-design>=0.6.0",
]
|