diff options
author | clarkzjw <[email protected]> | 2023-02-23 20:50:42 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-02-23 20:50:42 -0800 |
commit | 22004ca84f838ec16ae43abc9ab2b185fef5bb2e (patch) | |
tree | a6cb3c4c7b2c8b38e820ed6727342efad02b0ee9 /requirements.txt | |
parent | af56ead63269aff81c7b23251fca3ca650eb94fe (diff) | |
download | swarm2fediverse-22004ca84f838ec16ae43abc9ab2b185fef5bb2e.tar.gz |
fix mastodon.py missing in status.update()
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 10 |
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 | |||
3 | asgiref==3.6.0 | 3 | asgiref==3.6.0 |
4 | blurhash==1.1.4 | 4 | blurhash==1.1.4 |
5 | certifi==2022.12.7 | 5 | certifi==2022.12.7 |
6 | cffi==1.15.1 | ||
6 | charset-normalizer==3.0.1 | 7 | charset-normalizer==3.0.1 |
7 | click==8.1.3 | 8 | click==8.1.3 |
9 | crypto==1.4.1 | ||
10 | cryptography==39.0.1 | ||
8 | decorator==5.1.1 | 11 | decorator==5.1.1 |
9 | greenlet==2.0.2 | 12 | greenlet==2.0.2 |
10 | h11==0.14.0 | 13 | h11==0.14.0 |
@@ -14,16 +17,21 @@ httpcore==0.16.3 | |||
14 | httpx==0.23.3 | 17 | httpx==0.23.3 |
15 | hyperframe==6.0.1 | 18 | hyperframe==6.0.1 |
16 | idna==3.4 | 19 | idna==3.4 |
17 | Mastodon.py==1.8.0 | 20 | Mastodon.py @ git+https://cgit.jinwei.me/clarkzjw/mastodon.py@503d58d226c52901532067d3dcb5a7814699f7fb |
21 | Naked==0.1.32 | ||
18 | peewee==3.15.4 | 22 | peewee==3.15.4 |
19 | Pillow==9.4.0 | 23 | Pillow==9.4.0 |
24 | pycparser==2.21 | ||
25 | pycrypto==2.6.1 | ||
20 | python-dateutil==2.8.2 | 26 | python-dateutil==2.8.2 |
21 | python-magic==0.4.27 | 27 | python-magic==0.4.27 |
22 | python-telegram-bot==20.1 | 28 | python-telegram-bot==20.1 |
23 | pytz==2022.7.1 | 29 | pytz==2022.7.1 |
24 | pytz-deprecation-shim==0.1.0.post0 | 30 | pytz-deprecation-shim==0.1.0.post0 |
31 | PyYAML==6.0 | ||
25 | requests==2.28.2 | 32 | requests==2.28.2 |
26 | rfc3986==1.5.0 | 33 | rfc3986==1.5.0 |
34 | shellescape==3.8.1 | ||
27 | six==1.16.0 | 35 | six==1.16.0 |
28 | sniffio==1.3.0 | 36 | sniffio==1.3.0 |
29 | SQLAlchemy==2.0.4 | 37 | SQLAlchemy==2.0.4 |