Skip to content

Commit

Permalink
update meets
Browse files Browse the repository at this point in the history
  • Loading branch information
LTurret committed Jul 7, 2023
1 parent 8d9b261 commit d49923b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README-zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ pip install -r requirements.txt
```plain text
aiohttp==3.8.4
aiosignal==1.3.1
altgraph==0.17.3
async-timeout==4.0.2
attrs==23.1.0
beautifulsoup4==4.12.2
Expand All @@ -36,6 +37,8 @@ charset-normalizer==3.1.0
frozenlist==1.3.3
idna==3.4
multidict==6.0.4
pyinstaller==5.13.0
pyinstaller-hooks-contrib==2023.5
requests==2.31.0
soupsieve==2.4.1
urllib3==2.0.3
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ pip install -r requirements.txt
```plain text
aiohttp==3.8.4
aiosignal==1.3.1
altgraph==0.17.3
async-timeout==4.0.2
attrs==23.1.0
beautifulsoup4==4.12.2
Expand All @@ -36,6 +37,8 @@ charset-normalizer==3.1.0
frozenlist==1.3.3
idna==3.4
multidict==6.0.4
pyinstaller==5.13.0
pyinstaller-hooks-contrib==2023.5
requests==2.31.0
soupsieve==2.4.1
urllib3==2.0.3
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
aiohttp==3.8.4
aiosignal==1.3.1
altgraph==0.17.3
async-timeout==4.0.2
attrs==23.1.0
beautifulsoup4==4.12.2
Expand All @@ -8,6 +9,8 @@ charset-normalizer==3.1.0
frozenlist==1.3.3
idna==3.4
multidict==6.0.4
pyinstaller==5.13.0
pyinstaller-hooks-contrib==2023.5
requests==2.31.0
soupsieve==2.4.1
urllib3==2.0.3
Expand Down

0 comments on commit d49923b

Please sign in to comment.