# Example application requirements
fastapi>=0.100.0
uvicorn>=0.20.0

# For testing - install the main package with testing extras
# In a real project, this would be:
# consul-registration[testing]>=1.0.0
#
# For local development, install with:
# pip install -e ../[testing]