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