# PyShield Dependencies
# =====================

# Core encryption library
cryptography>=3.4.8

# Command-line interface (optional, using argparse instead for better compatibility)
# click>=8.0.0

# Standard library modules used:
# - os
# - sys
# - base64
# - hashlib
# - secrets
# - zlib
# - pickle
# - importlib
# - platform
# - tempfile
# - argparse
# - glob
# - types

# Note: PyShield is designed to work with minimal dependencies
# for maximum compatibility across all platforms including Android/Termux
