diff options
| author | Samuel Johnson <[email protected]> | 2026-01-09 00:33:24 -0500 |
|---|---|---|
| committer | Samuel Johnson <[email protected]> | 2026-01-09 00:33:24 -0500 |
| commit | f5c3df89a9a96840a966ea141e249d478b5f512a (patch) | |
| tree | 2da1d47a84e97990ae8191e4f6c53b35d904f731 | |
| parent | f041cdfb2e86f742ab0f1b470d43de8659995cfe (diff) | |
Add requirements file
| -rw-r--r-- | requirements.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..1637292 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,20 @@ +aiohappyeyeballs==2.6.1 +aiohttp==3.13.3 +aiosignal==1.4.0 +attrs==25.4.0 +beautifulsoup4==4.14.3 +certifi==2026.1.4 +charset-normalizer==3.4.4 +frozenlist==1.8.0 +idna==3.11 +markdownify==1.2.2 +multidict==6.7.0 +propcache==0.4.1 +py-cord==2.7.0 +python-dotenv==1.2.1 +requests==2.32.5 +six==1.17.0 +soupsieve==2.8.1 +typing_extensions==4.15.0 +urllib3==2.6.3 +yarl==1.22.0 |
