Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 32 additions & 32 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,103 +19,103 @@ authors = [

dependencies = [
"aiohappyeyeballs==2.6.1",
"aiohttp==3.13.3",
"aiohttp==3.13.4",
"aiomysql==0.3.2",
"aiosignal==1.4.0",
"akinator-python==1.6.0",
"annotated-types==0.7.0",
"anyio==4.11.0",
"anyio==4.13.0",
"asttokens==3.0.1",
"asyncmy==0.2.11",
"attrs==26.1.0",
"backcall==0.2.0",
"beautifulsoup4==4.14.2",
"beautifulsoup4==4.14.3",
"bleach==6.3.0",
"certifi==2026.1.4",
"certifi==2026.2.25",
"cffi==2.0.0",
"charset-normalizer==3.4.4",
"charset-normalizer==3.4.6",
"colorama==0.4.6",
"contourpy==1.3.3",
"cryptography==46.0.6",
"cycler==0.12.1",
"decorator==5.2.1",
"defusedxml==0.7.1",
"Deprecated==1.3.1",
"discord.py==2.6.4",
"discord.py==2.7.1",
"distro==1.9.0",
"docopt==0.6.2",
"executing==2.2.1",
"fastjsonschema==2.21.2",
"fonttools==4.61.0",
"fonttools==4.62.1",
"frozenlist==1.8.0",
"h11==0.16.0",
"httpcore==1.0.9",
"httpx==0.28.1",
"idna==3.11",
"jedi==0.19.2",
"Jinja2==3.1.6",
"jiter==0.12.0",
"jsonschema==4.25.1",
"jiter==0.13.0",
"jsonschema==4.26.0",
"jsonschema-specifications==2025.9.1",
"jupyter_client==8.6.3",
"jupyter_client==8.8.0",
"jupyter_core==5.9.1",
"jupyterlab_pygments==0.3.0",
"kiwisolver==1.4.9",
"kiwisolver==1.5.0",
"MarkupSafe==3.0.3",
"matplotlib==3.10.7",
"matplotlib==3.10.8",
"matplotlib-inline==0.2.1",
"mistune==3.1.4",
"mpmath==1.3.0",
"multidict==6.7.0",
"mistune==3.2.0",
"mpmath==1.4.1",
"multidict==6.7.1",
"mysql-connector-python==9.6.0",
"nbclient==0.10.2",
"nbclient==0.10.4",
"nbconvert==7.17.0",
"nbformat==5.10.4",
"num2words==0.5.14",
"numpy==2.3.4",
"numpy==2.4.4",
"openai==2.30.0",
"packaging==26.0",
"pandocfilters==1.5.1",
"parso==0.8.5",
"parso==0.8.6",
"pickleshare==0.7.5",
"pillow==12.1.1",
"platformdirs==4.5.0",
"platformdirs==4.9.4",
"prompt_toolkit==3.0.52",
"propcache==0.4.1",
"pure_eval==0.2.3",
"pycparser==3.0",
"pydantic==2.12.5",
"pydantic_core==2.45.0",
"PyGithub==2.8.1",
"PyGithub==2.9.0",
"Pygments==2.20.0",
"PyJWT==2.12.0",
"PyJWT==2.12.1",
"PyMySQL==1.1.2",
"PyNaCl==1.6.2",
"pyparsing==3.2.5",
"pyparsing==3.3.2",
"python-dateutil==2.9.0.post0",
"python-dotenv==1.2.1",
"python-dotenv==1.2.2",
"pyzmq==27.1.0",
"referencing==0.37.0",
"requests==2.33.0",
"rpds-py==0.29.0",
"scipy==1.16.3",
"requests==2.33.1",
"rpds-py==0.30.0",
"scipy==1.17.1",
"six==1.17.0",
"sniffio==1.3.1",
"soupsieve==2.8",
"soupsieve==2.8.3",
"stack-data==0.6.3",
"sympy==1.14.0",
"tinycss2==1.4.0",
"tinycss2==1.5.1",
"tornado==6.5.5",
"tqdm==4.67.1",
"tqdm==4.67.3",
"traitlets==5.14.3",
"twitchAPI==4.5.0",
"typing_extensions==4.15.0",
"urllib3==2.6.3",
"wcwidth==0.2.14",
"wcwidth==0.6.0",
"webencodings==0.5.1",
"wrapt==2.0.1",
"wrapt==2.1.2",
"yarg==0.1.10",
"yarl==1.22.0",
"yarl==1.23.0",
]

[project.urls]
Expand Down
64 changes: 32 additions & 32 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,98 +1,98 @@
aiohappyeyeballs==2.6.1
aiohttp==3.13.3
aiohttp==3.13.4
aiomysql==0.3.2
aiosignal==1.4.0
akinator-python==1.6.0
annotated-types==0.7.0
anyio==4.11.0
anyio==4.13.0
asttokens==3.0.1
asyncmy==0.2.11
attrs==26.1.0
backcall==0.2.0
beautifulsoup4==4.14.2
beautifulsoup4==4.14.3
bleach==6.3.0
certifi==2026.1.4
certifi==2026.2.25
cffi==2.0.0
charset-normalizer==3.4.4
charset-normalizer==3.4.6
colorama==0.4.6
contourpy==1.3.3
cryptography==46.0.6
cycler==0.12.1
decorator==5.2.1
defusedxml==0.7.1
Deprecated==1.3.1
discord.py==2.6.4
discord.py==2.7.1
distro==1.9.0
docopt==0.6.2
executing==2.2.1
fastjsonschema==2.21.2
fonttools==4.61.0
fonttools==4.62.1
frozenlist==1.8.0
h11==0.16.0
httpcore==1.0.9
httpx==0.28.1
idna==3.11
jedi==0.19.2
Jinja2==3.1.6
jiter==0.12.0
jsonschema==4.25.1
jiter==0.13.0
jsonschema==4.26.0
jsonschema-specifications==2025.9.1
jupyter_client==8.6.3
jupyter_client==8.8.0
jupyter_core==5.9.1
jupyterlab_pygments==0.3.0
kiwisolver==1.4.9
kiwisolver==1.5.0
MarkupSafe==3.0.3
matplotlib==3.10.7
matplotlib==3.10.8
matplotlib-inline==0.2.1
mistune==3.1.4
mpmath==1.3.0
multidict==6.7.0
mistune==3.2.0
mpmath==1.4.1
multidict==6.7.1
mysql-connector-python==9.6.0
nbclient==0.10.2
nbclient==0.10.4
nbconvert==7.17.0
nbformat==5.10.4
num2words==0.5.14
numpy==2.3.4
numpy==2.4.4
openai==2.30.0
packaging==26.0
pandocfilters==1.5.1
parso==0.8.5
parso==0.8.6
pickleshare==0.7.5
pillow==12.1.1
platformdirs==4.5.0
platformdirs==4.9.4
prompt_toolkit==3.0.52
propcache==0.4.1
pure_eval==0.2.3
pycparser==3.0
pydantic==2.12.5
pydantic_core==2.45.0
PyGithub==2.8.1
PyGithub==2.9.0
Pygments==2.20.0
PyJWT==2.12.0
PyJWT==2.12.1
PyMySQL==1.1.2
PyNaCl==1.6.2
pyparsing==3.2.5
pyparsing==3.3.2
python-dateutil==2.9.0.post0
python-dotenv==1.2.1
python-dotenv==1.2.2
pyzmq==27.1.0
referencing==0.37.0
requests==2.33.0
rpds-py==0.29.0
scipy==1.16.3
requests==2.33.1
rpds-py==0.30.0
scipy==1.17.1
six==1.17.0
sniffio==1.3.1
soupsieve==2.8
soupsieve==2.8.3
stack-data==0.6.3
sympy==1.14.0
tinycss2==1.4.0
tinycss2==1.5.1
tornado==6.5.5
tqdm==4.67.1
tqdm==4.67.3
traitlets==5.14.3
twitchAPI==4.5.0
typing_extensions==4.15.0
urllib3==2.6.3
wcwidth==0.2.14
wcwidth==0.6.0
webencodings==0.5.1
wrapt==2.0.1
wrapt==2.1.2
yarg==0.1.10
yarl==1.22.0
yarl==1.23.0
Loading