Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pyproject.toml - github.com/openwrt/asu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 67cdf109be1c0e9d8298e3a6f7fc35a5da83872b (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
26
27
28
29
30
31
[tool.poetry]
name = "asu"
version = "0.0.0"
description = "An image on demand server for OpenWrt based distributions"
authors = ["Paul Spooren <mail@aparcar.org>"]
license = "GPL-2.0"
readme = "README.md"
include = ["asu/branches.yml"]

[tool.poetry.dependencies]
python = "^3.7"
PyNaCl = "^1.5.0"
redis = "^4.1.1"
requests = "^2.27.1"
rq = "^1.10.1"
connexion = {extras = ["swagger-ui"], version = "^2.12.0"}
prometheus-client = "^0.13.1"
gunicorn = "^20.1.0"

[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
pytest-httpserver = "^1.0.3"
fakeredis = "^1.7.1"
flake8 = "^4.0.1"
black = "^22.1.0"
coverage = "^6.3.2"
isort = "^5.10.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"