mirror of
https://github.com/TheBlewish/Automated-AI-Web-Researcher-Ollama.git
synced 2025-01-19 00:47:46 +00:00
Update requirements.txt for windows
This commit is contained in:
parent
14f9c25de4
commit
82e6321461
|
@ -1,11 +1,22 @@
|
|||
llama-cpp-python
|
||||
duckduckgo-search
|
||||
colorama
|
||||
requests
|
||||
beautifulsoup4
|
||||
trafilatura
|
||||
readchar
|
||||
keyboard
|
||||
curses-windows; sys_platform == 'win32'
|
||||
tqdm
|
||||
urllib3
|
||||
requests>=2.31.0
|
||||
beautifulsoup4>=4.12.2
|
||||
colorama>=0.4.6
|
||||
python-dotenv>=1.0.0
|
||||
tenacity>=8.2.3
|
||||
tiktoken>=0.5.1
|
||||
urllib3>=2.1.0
|
||||
duckduckgo-search>=3.9.3
|
||||
selenium>=4.15.2
|
||||
webdriver-manager>=4.0.1
|
||||
fake-useragent>=1.4.0
|
||||
html2text>=2020.1.16
|
||||
markdownify>=0.11.6
|
||||
readability-lxml>=0.8.1
|
||||
pyyaml>=6.0.1
|
||||
rich>=13.7.0
|
||||
httpx>=0.25.1
|
||||
pytest>=7.4.3
|
||||
black>=23.11.0
|
||||
isort>=5.12.0
|
||||
flake8>=6.1.0
|
||||
mypy>=1.7.0
|
||||
|
|
Loading…
Reference in a new issue