diff options
Diffstat (limited to 'bot/requirements.txt')
-rw-r--r-- | bot/requirements.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/bot/requirements.txt b/bot/requirements.txt new file mode 100644 index 0000000..788075c --- /dev/null +++ b/bot/requirements.txt | |||
@@ -0,0 +1,21 @@ | |||
1 | anyio==3.6.2 | ||
2 | boto3==1.26.81 | ||
3 | botocore==1.29.81 | ||
4 | certifi==2022.12.7 | ||
5 | h11==0.14.0 | ||
6 | h2==4.1.0 | ||
7 | hpack==4.0.0 | ||
8 | httpcore==0.16.3 | ||
9 | httpx==0.23.3 | ||
10 | hyperframe==6.0.1 | ||
11 | idna==3.4 | ||
12 | jmespath==1.0.1 | ||
13 | peewee==3.16.0 | ||
14 | Pillow==9.4.0 | ||
15 | python-dateutil==2.8.2 | ||
16 | python-telegram-bot==20.1 | ||
17 | rfc3986==1.5.0 | ||
18 | s3transfer==0.6.0 | ||
19 | six==1.16.0 | ||
20 | sniffio==1.3.0 | ||
21 | urllib3==1.26.14 | ||