Create a pyproject.toml file in your project directory:
[project]
name = "redis-teradata-streaming"
version = "0.1.0"
description = "Stream event data from Redis to Teradata"
requires-python = ">=3.8"
dependencies = [
"redis==5.0.1",
"teradatasql==20.0.0.61",
"python-dotenv==1.0.0",
]