23 lines
458 B
TOML
23 lines
458 B
TOML
![]() |
[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"
|