Created
December 20, 2023 16:07
-
-
Save capitantoto/84dfe7a5ad98d9534d0e741abe30167c to your computer and use it in GitHub Desktop.
pyodbc 4.0.39, no-binary, using poetry
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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