summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 355a077eb2275d14d2b2f99f80d0dc4c285553ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[tool.poetry]
name = "vyapi"
version = "0.1.1"
description = "Python SDK for interacting with VyOS API"
authors = ["Roberto Berto <roberto.berto@gmail.com>"]

[tool.poetry.dependencies]
python = ">=3.8,<4.0"
requests = "^2.25.1"
python-dotenv = "^1.0.0"

[tool.poetry.dev-dependencies]
pytest = "^6.2.2"