diff options
author | Kyomotoi <[email protected]> | 2021-05-03 22:51:28 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2021-05-03 22:51:28 +0800 |
commit | b545ad153659a3d34323aba4d7d21906a95c6b0c (patch) | |
tree | 3484bc7796ac3cebf38004ab07e76fd6405eb440 | |
parent | 57b9f56254bb30fdf0d07c7583052aaf7ad5cfd6 (diff) | |
download | ATRI-b545ad153659a3d34323aba4d7d21906a95c6b0c.tar.gz ATRI-b545ad153659a3d34323aba4d7d21906a95c6b0c.tar.bz2 ATRI-b545ad153659a3d34323aba4d7d21906a95c6b0c.zip |
➕ 更新依赖
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index df7b34c..8b315b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ aiohttp = "^3.6.2" APScheduler = "^3.7.0" [tool.poetry.dev-dependencies] +black = "^21.4b0" [build-system] requires = ["poetry-core>=1.0.0"] |