Some checks failed
CI - SharePoint Plugin with SonarQube / Test and SonarQube Analysis (push) Has been cancelled
24 lines
360 B
Plaintext
24 lines
360 B
Plaintext
# SharePoint Connector Requirements
|
|
|
|
# Core dependencies
|
|
boto3>=1.34.0
|
|
cryptography>=41.0.0
|
|
msal>=1.24.0
|
|
requests>=2.31.0
|
|
|
|
# Web framework
|
|
flask>=3.0.0
|
|
|
|
# Production server
|
|
gunicorn>=21.2.0
|
|
|
|
# Document parsing
|
|
PyPDF2>=3.0.0
|
|
python-docx>=1.0.0
|
|
openpyxl>=3.1.0
|
|
python-pptx>=0.6.0
|
|
|
|
# PostgreSQL with pgvector for embeddings
|
|
psycopg2-binary>=2.9.0
|
|
pgvector>=0.2.0
|