diff options
| author | 2024-07-21 09:06:42 +0800 | |
|---|---|---|
| committer | 2024-07-21 09:06:42 +0800 | |
| commit | 5ad26d4cb60999972ac0130fb55376b51952b16d (patch) | |
| tree | 62977e7dbb46a616c49f9559a9bc4ec6d0566b6e /pyproject.toml | |
| parent | cea648308d0182f098e4b7eb6d1909c81b504eda (diff) | |
| download | echo-5ad26d4cb60999972ac0130fb55376b51952b16d.tar.gz echo-5ad26d4cb60999972ac0130fb55376b51952b16d.zip | |
refactor!: rebuild docs with sphinx
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
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"} |
