Skip to content

Instantly share code, notes, and snippets.

@capitantoto
Created December 20, 2023 16:07
Show Gist options
  • Select an option

  • Save capitantoto/84dfe7a5ad98d9534d0e741abe30167c to your computer and use it in GitHub Desktop.

Select an option

Save capitantoto/84dfe7a5ad98d9534d0e741abe30167c to your computer and use it in GitHub Desktop.
pyodbc 4.0.39, no-binary, using poetry
[tool.poetry]
name = "testit"
version = "0.1.0"
description = ""
authors = ["Gonzalo Barrera Borla <gonzalobb@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.11"
dbt-sqlserver = "^1.4.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment