diff options
author | clarkzjw <[email protected]> | 2023-02-28 23:27:35 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-02-28 23:27:35 -0800 |
commit | e1e8c54eafd61d31aa520593ece8a68d79dbdeeb (patch) | |
tree | 5b82e2636985d3052aed39b22c6c752718600c2c /requirements.txt | |
parent | e0a69eb031316ae145f1c40319bceb8ec520ad44 (diff) | |
download | photo-e1e8c54eafd61d31aa520593ece8a68d79dbdeeb.tar.gz |
add python telegram bot to upload photos to cloudflare r2feature/bot
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..788075c --- /dev/null +++ b/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 | ||