diff options
| author | LeaveMyYard <zhukovpavel2001@gmail.com> | 2023-08-04 11:15:06 +0300 |
|---|---|---|
| committer | LeaveMyYard <zhukovpavel2001@gmail.com> | 2023-08-04 11:15:06 +0300 |
| commit | c503daa35a7e3a227093626158fa94ec51487cb2 (patch) | |
| tree | 98b66a882729162c89e8aabd32c9a4516b292961 /pyproject.toml | |
| parent | a46b32fbf9d9b3cf4755b2881f0bf886962dd78a (diff) | |
Fix poetry deps
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 7c28803..ef99a74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,6 +42,8 @@ types-cachetools = "^5.3.0.4" types-requests = "^2.28.11.15" pyinstaller = "^5.9.0" pytest = "^7.2.2" +aiostream = "^0.4.5" +slack-sdk = "^3.21.3" [build-system] requires = ["poetry-core"] |
