# Django dependencies for wallet_utils test suite # Django version should match wallet_utils package requirement (>=3.2) # Using Django 5.2 to match the main project backend Django>=5.2,<5.3 # Note: wallet_utils package must be installed separately: # pip install -e ../packages/wallet_utils