From b935ae39c533bfdee7d052acdf939b68833a882a Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Wed, 22 Feb 2023 17:35:28 -0800 Subject: bot: test peewee sqlite3 --- requirements.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index c031383..c3166b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,12 @@ anyio==3.6.2 +APScheduler==3.10.0 +asgiref==3.6.0 blurhash==1.1.4 certifi==2022.12.7 charset-normalizer==3.0.1 +click==8.1.3 decorator==5.1.1 +greenlet==2.0.2 h11==0.14.0 h2==4.1.0 hpack==4.0.0 @@ -11,11 +15,22 @@ httpx==0.23.3 hyperframe==6.0.1 idna==3.4 Mastodon.py==1.8.0 +peewee==3.15.4 +Pillow==9.4.0 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 requests==2.28.2 rfc3986==1.5.0 six==1.16.0 sniffio==1.3.0 +SQLAlchemy==2.0.4 +sqlparse==0.4.3 +starlette==0.25.0 +typing_extensions==4.5.0 +tzdata==2022.7 +tzlocal==4.2 urllib3==1.26.14 +uvicorn==0.20.0 -- cgit v1.2.3