Skip to content

Commit

Permalink
chore: v3.0.0 requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ThanatosDi committed Sep 3, 2024
2 parents acbc274 + 30ce6cb commit c535351
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
aiohappyeyeballs==2.4.0 ; python_version >= "3.9" and python_version < "3.13"
aiohttp==3.10.5 ; python_version >= "3.9" and python_version < "3.13"
aiosignal==1.3.1 ; python_version >= "3.9" and python_version < "3.13"
async-timeout==4.0.3 ; python_version >= "3.9" and python_version < "3.11"
attrs==24.2.0 ; python_version >= "3.9" and python_version < "3.13"
beautifulsoup4==4.12.3 ; python_version >= "3.9" and python_version < "3.13"
bs4==0.0.1 ; python_version >= "3.9" and python_version < "3.13"
certifi==2024.7.4 ; python_version >= "3.9" and python_version < "3.13"
chardet==5.2.0 ; python_version >= "3.9" and python_version < "3.13"
charset-normalizer==3.3.2 ; python_version >= "3.9" and python_version < "3.13"
colorama==0.4.6 ; python_version >= "3.9" and python_version < "3.13" and sys_platform == "win32"
cssutils==2.11.1 ; python_version >= "3.9" and python_version < "3.13"
frozenlist==1.4.1 ; python_version >= "3.9" and python_version < "3.13"
idna==3.8 ; python_version >= "3.9" and python_version < "3.13"
loguru==0.7.2 ; python_version >= "3.9" and python_version < "3.13"
lxml==4.9.4 ; python_version >= "3.9" and python_version < "3.13"
more-itertools==10.4.0 ; python_version >= "3.9" and python_version < "3.13"
multidict==6.0.5 ; python_version >= "3.9" and python_version < "3.13"
opencc==1.1.9 ; python_version >= "3.9" and python_version < "3.13"
python-dotenv==0.21.1 ; python_version >= "3.9" and python_version < "3.13"
requests==2.32.3 ; python_version >= "3.9" and python_version < "3.13"
soupsieve==2.6 ; python_version >= "3.9" and python_version < "3.13"
urllib3==2.2.2 ; python_version >= "3.9" and python_version < "3.13"
win32-setctime==1.1.0 ; python_version >= "3.9" and python_version < "3.13" and sys_platform == "win32"
yarl==1.9.4 ; python_version >= "3.9" and python_version < "3.13"

0 comments on commit c535351

Please sign in to comment.