mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 17:51:40 -05:00
13 lines
291 B
TOML
13 lines
291 B
TOML
[tool.poetry]
|
|
name = "test-pyodbc-wheel"
|
|
version = "0.1.0"
|
|
description = "Test of pyodbc as wheel"
|
|
authors = ["Your Name <you@example.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.9"
|
|
pyodbc = "^5.0.1"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1"]
|
|
build-backend = "poetry.core.masonry.api"
|