# Dependencies for running and testing the sample projects.
#
#   python -m venv .venv && source .venv/bin/activate
#   pip install -r samples/requirements.txt
#
# `timescaledb` is this package. When working inside this repo, install it
# editable instead:  pip install -e .
timescaledb>=0.0.4
sqlmodel>=0.0.22
fastapi>=0.115
uvicorn>=0.34
psycopg[binary]>=3.1
testcontainers>=4.0
pytest>=8.0
httpx>=0.27
python-decouple>=3.8
