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