From 3d3487ceddbfff6be712f32b855ff0410e731a72 Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Sun, 9 Jun 2024 01:33:33 +0100 Subject: [PATCH] Update requirements * Pin py-cord to a specific commit (so that this can be re-used long after I stop maintaining it) * Update pillow to 10.3 (from 10.2) * Remove requirement for psycopg * Bump httpx to 0.27 (from 0.26) * Bump selenium from 4.16 to 4.21 * Bump dnspython from 2.4 to 2.6 * Remove (explicit) dependency on aiosqlite (pulled in by tortoise anyway) * Bump FastAPI from 109 to 111 * Bump Uvicorn from 0.26 to 0.30 * Bump Pydantic from 2.5 (to 2.7) * Remove humanize dependency * Bump lxml from 5.1 to 5.2 * Bump matplotlib from 3.8 to 3.9 * Add tortoise-orm dependency --- requirements.txt | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/requirements.txt b/requirements.txt index bb1c9b0..78aca47 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,26 +2,21 @@ jishaku~=2.5 wheel>=0.42 setuptools>=69 yt-dlp @ https://github.com/yt-dlp/yt-dlp/archive/master.tar.gz -py-cord @ git+https://github.com/Pycord-Development/pycord.git -httpx[http2]~=0.26 -psycopg~=3.1 -# toml~=0.10 -pillow~=10.2 -selenium~=4.16 +py-cord @ git+https://github.com/Pycord-Development/pycord.git@61cc544abdc0463c3e3fe866b12bda6a2064333c +httpx[http2]~=0.27 +pillow~=10.3 +selenium~=4.21 rich~=13.7 -dnspython~=2.4 -aiosqlite~=0.19 -fastapi~=0.109 -uvicorn~=0.26 +dnspython~=2.6 +fastapi~=0.111 +uvicorn~=0.30 psutil~=5.9 -pydantic~=2.5 -humanize~=4.9 +pydantic~=2.7 redis~=5.0 beautifulsoup4~=4.12 -lxml~=5.1 -matplotlib~=3.8 +lxml~=5.2 +matplotlib~=3.9 python-magic~=0.4 aiofiles~=23.2 -fastapi~=0.111 -uvicorn[standard]~=0.30 fuzzywuzzy[speedup]~=0.18 +tortoise-orm[asyncpg]~=0.21