Skip to content

Commit

Permalink
fix: add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wdpm committed Oct 21, 2023
1 parent 26e1d89 commit c81b05a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Crawl light novel from [哔哩轻小说(linovelib)](https://w.linovelib.com/) an
| 3 | ~~[轻之国度](https://www.lightnovel.us/)~~ | 简/繁 | 高🤣 | 🚫 | `需要登录` | `轻币门槛` `导航混乱` |
| 4 | [无限轻小说](https://www.8novel.com/) || 中😰 || `不用登录` `一章多页` ||
| 5 | [轻小说文库](https://www.wenku8.net/) | 简/繁 | 中😰 | WIP | `不用登录` `一章一页` ||
| 6 | ~~[轻小说百科](https://lnovel.org/)~~ | 简/繁 | 低😆 | | `不用登录` `一章一页` `插图清晰度低` | N/A |
| 6 | ~~[轻小说百科](https://lnovel.org/)~~ | 简/繁 | 低😆 | 🚫 | `不用登录` `一章一页` `插图清晰度低` | N/A |
| 7 | [真白萌](https://masiro.me/admin/novels ) | 简/繁 | 中😰 | <img src="./merrli.png" width="36"> | `一章一页` | `需要登录` `积分购买` `等级限制` |

> 爬虫友好度有两个重要指标:
Expand Down
22 changes: 13 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ dependencies = [
'pillow>=9.2.0',
'inquirer>=3.1.2',
'aiofiles>=23.1.0',
'aiohttp>=3.8.4'
'aiohttp>=3.8.4',
'dynaconf>=3.2.3',
'brotli>=1.1.0',
'lxml>=4.9.2',
'tabulate>=0.9.0'
]
dynamic = ["version"]

Expand All @@ -72,14 +76,14 @@ exclude = [

[tool.mypy]
files = [
# "src/linovelib2epub/models.py",
# "src/linovelib2epub/utils.py",
# "src/linovelib2epub/settings.py",
# "src/linovelib2epub/exceptions.py",
# "src/linovelib2epub/__init__.py",
# "src/linovelib2epub/__about__.py",
# "src/linovelib2epub/logger.py",
# "src/linovelib2epub/linovel.py",
# "src/linovelib2epub/models.py",
# "src/linovelib2epub/utils.py",
# "src/linovelib2epub/settings.py",
# "src/linovelib2epub/exceptions.py",
# "src/linovelib2epub/__init__.py",
# "src/linovelib2epub/__about__.py",
# "src/linovelib2epub/logger.py",
# "src/linovelib2epub/linovel.py",
"src/linovelib2epub/spider/base_spider.py",
]
#pretty = true
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ aiohttp==3.8.4
dynaconf==3.2.3
brotli==1.1.0
lxml==4.9.2
tabulate==0.9.0

0 comments on commit c81b05a

Please sign in to comment.