[project]
name = "python"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
    "geoip2>=4.8.1",
    "pandas>=2.2.3",
    "python-dotenv>=1.0.1",
    "ruff>=0.9.6",
    "snowflake-connector-python[pandas]>=3.12.4",
    "snowflake-snowpark-python>=1.26.0",
    "sqlparse>=0.5.3",
    "user-agents>=2.2.0",
]

[tool.ruff]
line-length = 105
lint.select = ["E", "F", "I"]
