aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index c3166b6..d1e0036 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,8 +3,11 @@ APScheduler==3.10.0
3asgiref==3.6.0 3asgiref==3.6.0
4blurhash==1.1.4 4blurhash==1.1.4
5certifi==2022.12.7 5certifi==2022.12.7
6cffi==1.15.1
6charset-normalizer==3.0.1 7charset-normalizer==3.0.1
7click==8.1.3 8click==8.1.3
9crypto==1.4.1
10cryptography==39.0.1
8decorator==5.1.1 11decorator==5.1.1
9greenlet==2.0.2 12greenlet==2.0.2
10h11==0.14.0 13h11==0.14.0
@@ -14,16 +17,21 @@ httpcore==0.16.3
14httpx==0.23.3 17httpx==0.23.3
15hyperframe==6.0.1 18hyperframe==6.0.1
16idna==3.4 19idna==3.4
17Mastodon.py==1.8.0 20Mastodon.py @ git+https://cgit.jinwei.me/clarkzjw/mastodon.py@503d58d226c52901532067d3dcb5a7814699f7fb
21Naked==0.1.32
18peewee==3.15.4 22peewee==3.15.4
19Pillow==9.4.0 23Pillow==9.4.0
24pycparser==2.21
25pycrypto==2.6.1
20python-dateutil==2.8.2 26python-dateutil==2.8.2
21python-magic==0.4.27 27python-magic==0.4.27
22python-telegram-bot==20.1 28python-telegram-bot==20.1
23pytz==2022.7.1 29pytz==2022.7.1
24pytz-deprecation-shim==0.1.0.post0 30pytz-deprecation-shim==0.1.0.post0
31PyYAML==6.0
25requests==2.28.2 32requests==2.28.2
26rfc3986==1.5.0 33rfc3986==1.5.0
34shellescape==3.8.1
27six==1.16.0 35six==1.16.0
28sniffio==1.3.0 36sniffio==1.3.0
29SQLAlchemy==2.0.4 37SQLAlchemy==2.0.4
Powered by cgit v1.2.3 (git 2.41.0)