mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-03 04:14:35 +02:00
Add requests-file to CLI dependencies.
This commit is contained in:
parent
dfc68fd0ed
commit
ec13618224
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -84,7 +84,8 @@ setup(
|
|||
'chardet',
|
||||
'html5lib',
|
||||
'html2text',
|
||||
'cloudscraper'],
|
||||
'cloudscraper', # includes requests and deps.
|
||||
'requests-file'],
|
||||
# html5lib requires 'six', FFF includes it's own copy as fanficfare.six
|
||||
|
||||
# List additional groups of dependencies here (e.g. development
|
||||
|
|
|
|||
Loading…
Reference in a new issue