# monero-receive-watch has NO third-party Python dependencies.
# It uses only the Python standard library (urllib, json, argparse).
#
# The only external requirement is the standard Monero wallet RPC binary:
#   monero-wallet-rpc   (ships with every Monero release)
#
# Test dependencies:
#   pytest   (only needed to run test_monero_receive_watch.py)
