# --- Framework Core ---
pyramid==2.0.2
venusian>=3.1.0
WebOb>=1.8.8

# --- Python 3.13 Compatibility Fix ---
# This prevents the 'No module named pkg_resources' error
setuptools<70.0.0

# --- Server ---
# Waitress is more stable than the built-in wsgiref for development
waitress>=3.0.0

# --- Utilities ---
python-dotenv>=1.0.1
python-dotenv