# Databases Skill Dependencies # Python 3.10+ required # No Python package dependencies - uses only standard library # Testing dependencies (dev) pytest>=8.0.0 pytest-cov>=4.1.0 pytest-mock>=3.12.0 # Note: This skill requires database CLI tools: # # PostgreSQL: # - psql CLI (comes with PostgreSQL) # - Ubuntu/Debian: sudo apt-get install postgresql-client # - macOS: brew install postgresql # # MongoDB: # - mongosh CLI: https://www.mongodb.com/try/download/shell # - mongodump/mongorestore: https://www.mongodb.com/try/download/database-tools