diff options
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"} |
