mirror of
https://github.com/latinogino/dolibarr-mcp.git
synced 2026-04-25 02:55:35 +02:00
11 lines
349 B
Plaintext
11 lines
349 B
Plaintext
# Ultra-minimal requirements - ZERO compiled extensions
|
|
# This avoids ALL Windows permission issues with .pyd files
|
|
|
|
# Only pure Python packages that never cause permission issues
|
|
requests>=2.31.0
|
|
python-dotenv>=1.0.0
|
|
click>=8.1.0
|
|
|
|
# Basic JSON and HTTP without compiled extensions
|
|
# Using only standard library + requests for maximum compatibility
|