chore: make cryptocurrency dependencies optional to avoid build issues
Showing
requirements-crypto.txt
0 → 100644
| ... | @@ -27,12 +27,11 @@ flask | ... | @@ -27,12 +27,11 @@ flask |
| curl_cffi>=0.5.0 # Optional: For TLS fingerprinting to bypass Cloudflare (Claude OAuth2) | curl_cffi>=0.5.0 # Optional: For TLS fingerprinting to bypass Cloudflare (Claude OAuth2) | ||
| paypalrestsdk # PayPal REST API SDK | paypalrestsdk # PayPal REST API SDK | ||
| # Payment system dependencies | # Payment system dependencies (core) | ||
| stripe>=5.0.0 | stripe>=5.0.0 | ||
| httpx>=0.24.0 | httpx>=0.24.0 | ||
| cryptography>=41.0.0 | cryptography>=41.0.0 | ||
| bip32>=3.4 | |||
| mnemonic>=0.20 | # Cryptocurrency dependencies moved to requirements-crypto.txt (optional) | ||
| bitcoinlib>=0.6.14 | # These require system libraries (pkg-config, libsecp256k1-dev) | ||
| web3>=6.0.0 | # Install with: pip install -r requirements-crypto.txt | ||
| eth-account>=0.9.0 | \ No newline at end of file | ||
| \ No newline at end of file |
Please
register
or
sign in
to comment