ktv-python/pyproject.toml

23 lines
458 B
TOML
Raw Permalink Normal View History

2023-09-14 12:16:18 +01:00
[tool.poetry]
name = "ktvmanager"
version = "0.1.0"
description = ""
authors = ["Karl Hudgell <karl.hudgell@bjss.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.8"
requests = "^2.31.0"
pyodbc = "^4.0.39"
wheel = "^0.41.2"
setuptools = "^68.2.2"
python-dotenv = "^1.0.0"
mysql-connector-python = "^8.1.0"
pyeasyencrypt = "^0.1.0"
requests-tor = "^1.4"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"