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