blob: c96e5e4e1b6f9b6f103c29abd514797353e7058c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[project]
name = "echo"
version = "1.0"
description = "Event Communication and Harmonization across Online platforms"
authors = [
{name = "简律纯",email = "i@jyunko.cn"},
]
dependencies = [
"furo>=2024.8.6",
"myst-parser>=4.0.1",
"requests>=2.31.0",
"sphinx>=8.1.3",
"sphinx-autobuild>=2024.10.3",
"sphinx-design>=0.6.1",
"sphinx-intl>=2.3.1",
"tomli>=2.2.1",
]
requires-python = ">=3.11"
readme = "README.md"
license = {text = "MIT"}
|