From 22004ca84f838ec16ae43abc9ab2b185fef5bb2e Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Thu, 23 Feb 2023 20:50:42 -0800 Subject: fix mastodon.py missing in status.update() --- requirements.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'requirements.txt') 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 asgiref==3.6.0 blurhash==1.1.4 certifi==2022.12.7 +cffi==1.15.1 charset-normalizer==3.0.1 click==8.1.3 +crypto==1.4.1 +cryptography==39.0.1 decorator==5.1.1 greenlet==2.0.2 h11==0.14.0 @@ -14,16 +17,21 @@ httpcore==0.16.3 httpx==0.23.3 hyperframe==6.0.1 idna==3.4 -Mastodon.py==1.8.0 +Mastodon.py @ git+https://cgit.jinwei.me/clarkzjw/mastodon.py@503d58d226c52901532067d3dcb5a7814699f7fb +Naked==0.1.32 peewee==3.15.4 Pillow==9.4.0 +pycparser==2.21 +pycrypto==2.6.1 python-dateutil==2.8.2 python-magic==0.4.27 python-telegram-bot==20.1 pytz==2022.7.1 pytz-deprecation-shim==0.1.0.post0 +PyYAML==6.0 requests==2.28.2 rfc3986==1.5.0 +shellescape==3.8.1 six==1.16.0 sniffio==1.3.0 SQLAlchemy==2.0.4 -- cgit v1.2.3