mirror of
https://github.com/TheBlewish/Automated-AI-Web-Researcher-Ollama.git
synced 2025-01-18 16:37:47 +00:00
Update requirements.txt - fix windows-curses
Update to windows-curses. (curses-windows does not exist)
This commit is contained in:
parent
cae416e262
commit
3a77f00fb0
|
@ -6,7 +6,7 @@ beautifulsoup4
|
||||||
trafilatura
|
trafilatura
|
||||||
readchar
|
readchar
|
||||||
keyboard
|
keyboard
|
||||||
curses-windows; sys_platform == 'win32'
|
windows-curses; sys_platform == 'win32'
|
||||||
tqdm
|
tqdm
|
||||||
urllib3
|
urllib3
|
||||||
openai>=1.0.0
|
openai>=1.0.0
|
||||||
|
|
Loading…
Reference in a new issue