Commit 56fac49b authored by Your Name's avatar Your Name

feat(payments): add payment system dependencies

parent 9c34f1a5
...@@ -25,4 +25,14 @@ mysql-connector-python ...@@ -25,4 +25,14 @@ mysql-connector-python
redis redis
flask 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
\ No newline at end of file
# Payment system dependencies
stripe>=5.0.0
httpx>=0.24.0
cryptography>=41.0.0
bip32>=3.4
mnemonic>=0.20
bitcoinlib>=0.6.14
web3>=6.0.0
eth-account>=0.9.0
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment