# Flask
flask>=3.0.0
flask-babel>=4.0.0
flask-wtf>=1.2.0

# HTTP Client (to call FastAPI server)
requests>=2.31.0
urllib3>=2.0.0

# Utilities
python-dotenv>=1.0.0

# Testing
pytest>=8.0.0
coverage>=7.0.0
