-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
45 lines (37 loc) · 1.06 KB
/
pyproject.toml
File metadata and controls
45 lines (37 loc) · 1.06 KB
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
43
44
45
[project]
name = "opencloning-syntaxes"
dynamic = ["version"]
[tool.poetry]
authors = ["Manuel Lera-Ramirez <manulera14@gmail.com>"]
description = "Repository for Golden Gate based syntaxes"
license = "MIT"
name = "opencloning-syntaxes"
version = "0.1.0"
package-mode = false
readme = "README.md"
repository = "https://github.com/opencloning/syntaxes"
[tool.poetry.dependencies]
python = "^3.11"
pydantic = "^2.12.5"
opencloning = {git = "https://github.com/manulera/opencloning_backend", rev = "6290adaa414b247e3e01306a01143afefe964e6a"}
beautifulsoup4 = "^4.14.3"
requests = "^2.31.0"
[tool.poetry.group.dev.dependencies]
autopep8 = "^2.0.4"
flake8-bugbear = "^24.2.6"
black = "^24.2.0"
pre-commit = "^3.6.2"
watchfiles = "^0.21.0"
[tool.poetry.group.test.dependencies]
pytest = "8.3.4"
pre-commit = "^3.6.2"
[build-system]
build-backend = "poetry_dynamic_versioning.backend"
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
[tool.black]
skip-string-normalization = true
line-length = 119
[tool.poetry-dynamic-versioning]
enable = true
style = "pep440"
vcs = "git"