Files
peasead-elastic-container/requirements.txt
Andrew Pease 31800837a5 Phase 1: Add Python project foundation
- Add requirements.txt with click, requests, python-dotenv
- Create lib/ package structure with __init__.py
2025-11-20 08:39:03 -06:00

8 lines
119 B
Plaintext

# Elastic Container - Python Dependencies
# Python 3.10+ required
click>=8.1.0
requests>=2.28.0
python-dotenv>=1.0.0