aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-07-21 09:06:42 +0800
committer简律纯 <i@jyunko.cn>2024-07-21 09:06:42 +0800
commit5ad26d4cb60999972ac0130fb55376b51952b16d (patch)
tree62977e7dbb46a616c49f9559a9bc4ec6d0566b6e /pyproject.toml
parentcea648308d0182f098e4b7eb6d1909c81b504eda (diff)
downloadecho-5ad26d4cb60999972ac0130fb55376b51952b16d.tar.gz
echo-5ad26d4cb60999972ac0130fb55376b51952b16d.zip
refactor!: rebuild docs with sphinx
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index cb7ffc5..b008d54 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,7 +5,9 @@ description = "Event Communication and Harmonization across Online platforms"
authors = [
{name = "简律纯",email = "i@jyunko.cn"},
]
-dependencies = []
+dependencies = [
+ "requests>=2.31.0",
+]
requires-python = ">=3.11"
readme = "README.md"
license = {text = "MIT"}