|
@@ -1,28 +1,105 @@
|
|
|
-# Core Django
|
|
|
|
|
-Django>=4.2.0
|
|
|
|
|
-djangorestframework>=3.14.0
|
|
|
|
|
-
|
|
|
|
|
-# Database
|
|
|
|
|
-psycopg2-binary>=2.9.0 # PostgreSQL adapter
|
|
|
|
|
-
|
|
|
|
|
-# AI/ML Libraries
|
|
|
|
|
-google-generativeai>=0.3.0 # Gemini API
|
|
|
|
|
-spacy>=3.7.0 # NLP for attribute extraction
|
|
|
|
|
-en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.0/en_core_web_sm-3.7.0-py3-none-any.whl # spaCy English model
|
|
|
|
|
-
|
|
|
|
|
-# SEO & Keyword Analysis (NEW)
|
|
|
|
|
-keybert>=0.8.0 # Keyword extraction
|
|
|
|
|
-sentence-transformers>=2.2.0 # Semantic similarity
|
|
|
|
|
-scikit-learn>=1.3.0 # ML utilities for KeyBERT
|
|
|
|
|
-
|
|
|
|
|
-# Text Processing
|
|
|
|
|
-rapidfuzz>=3.5.0 # Fast fuzzy string matching
|
|
|
|
|
-tenacity>=8.2.0 # Retry logic
|
|
|
|
|
-
|
|
|
|
|
-# Utilities
|
|
|
|
|
-numpy>=1.24.0 # Numerical operations
|
|
|
|
|
-python-dotenv>=1.0.0 # Environment variables
|
|
|
|
|
-
|
|
|
|
|
-# Optional: for enhanced SEO analysis
|
|
|
|
|
-nltk>=3.8.0 # Natural language toolkit
|
|
|
|
|
-textstat>=0.7.3 # Readability metrics
|
|
|
|
|
|
|
+annotated-types==0.7.0
|
|
|
|
|
+asgiref==3.10.0
|
|
|
|
|
+blis==0.7.11
|
|
|
|
|
+cachetools==6.2.0
|
|
|
|
|
+catalogue==2.0.10
|
|
|
|
|
+certifi==2025.10.5
|
|
|
|
|
+charset-normalizer==3.4.3
|
|
|
|
|
+click==8.3.0
|
|
|
|
|
+cloudpathlib==0.23.0
|
|
|
|
|
+colorama==0.4.6
|
|
|
|
|
+confection==0.1.5
|
|
|
|
|
+cymem==2.0.11
|
|
|
|
|
+Django==5.2.7
|
|
|
|
|
+djangorestframework==3.16.1
|
|
|
|
|
+en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.0/en_core_web_sm-3.7.0-py3-none-any.whl#sha256=6215d71a3212690e9aec49408a27e3fe6ad7cd6c715476e93d70dc784041e93e
|
|
|
|
|
+et_xmlfile==2.0.0
|
|
|
|
|
+filelock==3.20.0
|
|
|
|
|
+fsspec==2025.9.0
|
|
|
|
|
+google-ai-generativelanguage==0.6.15
|
|
|
|
|
+google-api-core==2.26.0
|
|
|
|
|
+google-api-python-client==2.184.0
|
|
|
|
|
+google-auth==2.41.1
|
|
|
|
|
+google-auth-httplib2==0.2.0
|
|
|
|
|
+google-generativeai==0.8.5
|
|
|
|
|
+googleapis-common-protos==1.70.0
|
|
|
|
|
+grpcio==1.75.1
|
|
|
|
|
+grpcio-status==1.71.2
|
|
|
|
|
+httplib2==0.31.0
|
|
|
|
|
+huggingface-hub==0.35.3
|
|
|
|
|
+idna==3.10
|
|
|
|
|
+Jinja2==3.1.6
|
|
|
|
|
+joblib==1.5.2
|
|
|
|
|
+keybert==0.9.0
|
|
|
|
|
+langcodes==3.5.0
|
|
|
|
|
+language_data==1.3.0
|
|
|
|
|
+language_tool_python==2.9.4
|
|
|
|
|
+marisa-trie==1.3.1
|
|
|
|
|
+markdown-it-py==4.0.0
|
|
|
|
|
+MarkupSafe==3.0.3
|
|
|
|
|
+mdurl==0.1.2
|
|
|
|
|
+mpmath==1.3.0
|
|
|
|
|
+murmurhash==1.0.13
|
|
|
|
|
+networkx==3.5
|
|
|
|
|
+nltk==3.9.2
|
|
|
|
|
+numpy==2.2.6
|
|
|
|
|
+opencv-python==4.12.0.88
|
|
|
|
|
+openpyxl==3.1.5
|
|
|
|
|
+packaging==25.0
|
|
|
|
|
+pandas==2.3.3
|
|
|
|
|
+pillow==11.3.0
|
|
|
|
|
+preshed==3.0.10
|
|
|
|
|
+proto-plus==1.26.1
|
|
|
|
|
+protobuf==5.29.5
|
|
|
|
|
+psutil==7.1.0
|
|
|
|
|
+psycopg2-binary==2.9.11
|
|
|
|
|
+pyasn1==0.6.1
|
|
|
|
|
+pyasn1_modules==0.4.2
|
|
|
|
|
+pydantic==2.12.0
|
|
|
|
|
+pydantic_core==2.41.1
|
|
|
|
|
+Pygments==2.19.2
|
|
|
|
|
+pyparsing==3.2.5
|
|
|
|
|
+pyphen==0.17.2
|
|
|
|
|
+python-dateutil==2.9.0.post0
|
|
|
|
|
+python-dotenv==1.1.1
|
|
|
|
|
+pytz==2025.2
|
|
|
|
|
+PyYAML==6.0.3
|
|
|
|
|
+RapidFuzz==3.14.1
|
|
|
|
|
+regex==2025.9.18
|
|
|
|
|
+requests==2.32.5
|
|
|
|
|
+rich==14.2.0
|
|
|
|
|
+rsa==4.9.1
|
|
|
|
|
+safetensors==0.6.2
|
|
|
|
|
+scikit-learn==1.7.2
|
|
|
|
|
+scipy==1.16.2
|
|
|
|
|
+sentence-transformers==5.1.1
|
|
|
|
|
+shellingham==1.5.4
|
|
|
|
|
+six==1.17.0
|
|
|
|
|
+smart_open==7.3.1
|
|
|
|
|
+spacy==3.7.5
|
|
|
|
|
+spacy-legacy==3.0.12
|
|
|
|
|
+spacy-loggers==1.0.5
|
|
|
|
|
+sqlparse==0.5.3
|
|
|
|
|
+srsly==2.5.1
|
|
|
|
|
+sympy==1.14.0
|
|
|
|
|
+tenacity==9.1.2
|
|
|
|
|
+textblob==0.19.0
|
|
|
|
|
+textstat==0.7.10
|
|
|
|
|
+thinc==8.2.5
|
|
|
|
|
+threadpoolctl==3.6.0
|
|
|
|
|
+tokenizers==0.22.1
|
|
|
|
|
+toml==0.10.2
|
|
|
|
|
+torch==2.8.0
|
|
|
|
|
+tqdm==4.67.1
|
|
|
|
|
+transformers==4.57.0
|
|
|
|
|
+typer==0.19.2
|
|
|
|
|
+typing-inspection==0.4.2
|
|
|
|
|
+typing_extensions==4.15.0
|
|
|
|
|
+tzdata==2025.2
|
|
|
|
|
+uritemplate==4.2.0
|
|
|
|
|
+urllib3==2.5.0
|
|
|
|
|
+wasabi==1.1.3
|
|
|
|
|
+weasel==0.4.1
|
|
|
|
|
+webcolors==24.11.1
|
|
|
|
|
+whitenoise==6.11.0
|
|
|
|
|
+wrapt==1.17.3
|