diff options
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index c031383..c3166b6 100644 --- a/requirements.txt +++ b/requirements.txt | |||
@@ -1,8 +1,12 @@ | |||
1 | anyio==3.6.2 | 1 | anyio==3.6.2 |
2 | APScheduler==3.10.0 | ||
3 | asgiref==3.6.0 | ||
2 | blurhash==1.1.4 | 4 | blurhash==1.1.4 |
3 | certifi==2022.12.7 | 5 | certifi==2022.12.7 |
4 | charset-normalizer==3.0.1 | 6 | charset-normalizer==3.0.1 |
7 | click==8.1.3 | ||
5 | decorator==5.1.1 | 8 | decorator==5.1.1 |
9 | greenlet==2.0.2 | ||
6 | h11==0.14.0 | 10 | h11==0.14.0 |
7 | h2==4.1.0 | 11 | h2==4.1.0 |
8 | hpack==4.0.0 | 12 | hpack==4.0.0 |
@@ -11,11 +15,22 @@ httpx==0.23.3 | |||
11 | hyperframe==6.0.1 | 15 | hyperframe==6.0.1 |
12 | idna==3.4 | 16 | idna==3.4 |
13 | Mastodon.py==1.8.0 | 17 | Mastodon.py==1.8.0 |
18 | peewee==3.15.4 | ||
19 | Pillow==9.4.0 | ||
14 | python-dateutil==2.8.2 | 20 | python-dateutil==2.8.2 |
15 | python-magic==0.4.27 | 21 | python-magic==0.4.27 |
16 | python-telegram-bot==20.1 | 22 | python-telegram-bot==20.1 |
23 | pytz==2022.7.1 | ||
24 | pytz-deprecation-shim==0.1.0.post0 | ||
17 | requests==2.28.2 | 25 | requests==2.28.2 |
18 | rfc3986==1.5.0 | 26 | rfc3986==1.5.0 |
19 | six==1.16.0 | 27 | six==1.16.0 |
20 | sniffio==1.3.0 | 28 | sniffio==1.3.0 |
29 | SQLAlchemy==2.0.4 | ||
30 | sqlparse==0.4.3 | ||
31 | starlette==0.25.0 | ||
32 | typing_extensions==4.5.0 | ||
33 | tzdata==2022.7 | ||
34 | tzlocal==4.2 | ||
21 | urllib3==1.26.14 | 35 | urllib3==1.26.14 |
36 | uvicorn==0.20.0 | ||