diff options
author | clarkzjw <[email protected]> | 2023-03-10 20:35:18 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-03-10 20:35:18 -0800 |
commit | eecacbedb578bfae5d062245aa3185ad9cf3954c (patch) | |
tree | c639197c29f3b84e2a00b7512cf829d0d732a1a7 /bot | |
parent | 8332a935ab85c451a7481b05b9709bcd466dbe01 (diff) | |
download | photo-eecacbedb578bfae5d062245aa3185ad9cf3954c.tar.gz |
bot: update requirements.txt
Diffstat (limited to 'bot')
-rw-r--r-- | bot/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/requirements.txt b/bot/requirements.txt index 788075c..6368b87 100644 --- a/bot/requirements.txt +++ b/bot/requirements.txt | |||
@@ -12,6 +12,7 @@ idna==3.4 | |||
12 | jmespath==1.0.1 | 12 | jmespath==1.0.1 |
13 | peewee==3.16.0 | 13 | peewee==3.16.0 |
14 | Pillow==9.4.0 | 14 | Pillow==9.4.0 |
15 | psycopg2-binary==2.9.5 | ||
15 | python-dateutil==2.8.2 | 16 | python-dateutil==2.8.2 |
16 | python-telegram-bot==20.1 | 17 | python-telegram-bot==20.1 |
17 | rfc3986==1.5.0 | 18 | rfc3986==1.5.0 |