# RetainCraft - Python Dependencies
# No external dependencies required - uses only Python standard library
# Requires Python >= 3.10

# Standard library modules used:
# - json (data storage)
# - os (file operations)
# - sys (CLI arguments)
# - datetime (date calculations)
# - pathlib (path handling)
# - tempfile (testing)
# - unittest (testing)
