forked from JuliaRegistries/TagBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
42 lines (38 loc) · 862 Bytes
/
pyproject.toml
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
32
33
34
35
36
37
38
39
40
41
42
[tool.poetry]
name = "tagbot"
version = "1.19.5"
description = "Creates tags, releases, and changelogs for your Julia packages when they're registered"
authors = ["Chris de Graaf <[email protected]>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.12"
Flask = "3.0.3"
Jinja2 = "^3"
PyGithub = "^2.4.0"
click = "^8"
docker = "^7.1.0"
pexpect = "^4.8.0"
pylev = "^1.3.0"
python-gnupg = "^0.5.2"
pyyaml = "^6"
semver = "^3.0.2"
toml = "^0.10.0"
MarkupSafe = "2.1.5"
itsdangerous = "2.2.0"
werkzeug = "3.0.4"
types-requests = "^2.31.0"
types-toml = "^0.10.8"
types-PyYAML = "6.0.12.20240808"
setuptools = "^75.1.0"
wheel = "^0.44.0"
[tool.poetry.dev-dependencies]
black = "^24.3"
boto3 = "^1.35.24"
flake8 = "^7"
mypy = "^1.11"
pytest-cov = "^5.0.0"
[tool.black]
line-length = 88
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"