Merge branch 'new_alwrity' of https://github.com/AJaySi/AI-Writer into new_alwrity

This commit is contained in:
ajaysi
2025-04-04 11:17:00 +05:30
3 changed files with 7 additions and 2 deletions

5
.gitignore vendored
View File

@@ -21,6 +21,11 @@ __pycache__
*.pywpz
*.pywpzp
lib/workspace/alwrity_web_research/*
lib/workspace/alwrity_web_research_cache/*
web_research_report*
lib/workspace/alwrity_web_research/*
lib/workspace/alwrity_web_research_cache/*
web_research_report*

View File

@@ -201,4 +201,4 @@ def setup_environment_paths():
if __name__ == "__main__":
main()
main()

View File

@@ -6,7 +6,7 @@ beautifulsoup4==4.12.2
aiohttp>=3.11.11
openai>=1.3.7
PyPDF2>=3.0.1
google-genai>=1.0.0
google-genai>=1.9.0
anthropic>=0.18.1
tenacity>=8.2.3
tabulate>=0.9.0