aboutsummaryrefslogtreecommitdiffstats
path: root/api-worker/pyproject.toml
blob: c8b3757140f642982d68b1f3284a556b723c0d98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[project]
name = "api-worker"
version = "0.1.0"
description = ""
authors = [
    {name = "Ole Mathias Heggem",email = "olemathias.aa.heggem@gmail.com"}
]
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
    "pynetbox (>=7.4.1,<8.0.0)",
    "redis[hiredis] (>=5.2.1,<6.0.0)",
    "schedule (>=1.2.2,<2.0.0)",
    "netaddr (>=1.3.0,<2.0.0)",
    "requests (>=2.32.3,<3.0.0)",
    "python-dotenv (>=1.1.0,<2.0.0)",
    "black (>=25.1.0,<26.0.0)"
]

[tool.poetry]
package-mode = false

[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"