# PyPM Requirements
# Currently uses only Python standard library - no external dependencies required

# Future enhancements could add:
# requests>=2.31.0         # For downloading from PyPI
# packaging>=23.0          # For version parsing and comparison
# toml>=0.10.2            # For pyproject.toml support
# click>=8.1.0            # For enhanced CLI interface
