-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
57 lines (52 loc) · 1.3 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[tool.poetry]
name = "SDLon"
version = "0.0.0"
description = "OS2mo SDLoen integration"
authors = ["Magenta <[email protected]>"]
license = "MPL-2.0"
homepage = "https://magenta.dk/"
repository = "https://git.magenta.dk/rammearkitektur/os2mo-data-import-and-export"
keywords = ["os2mo", "dipex", "sdloen"]
[tool.poetry.dependencies]
another-sd-client = "^1.11.1"
python = "^3.11"
more-itertools = "^8.12.0"
requests = "^2.27.1"
xmltodict = "^0.12.0"
ra-utils = "^1.7.0"
pydantic = "^1.9.0"
anytree = "^2.8.0"
fastapi = "^0.75.0"
lxml = "^4.8.0"
os2mo-data-import = "^3.33.2"
ramodels = "^5.4.0"
os2mo-dar-client = "^1.0.0"
tqdm = "^4.63.0"
uvicorn = "^0.17.6"
pytest = "6.2.5"
dipex = "^3.1.1"
click = "^8.1.0"
prometheus-fastapi-instrumentator = "^5.7.1"
prometheus-client = "^0.14.1"
sentry-sdk = "^1.12.1"
gql = "^3.4.0"
os2mo-http-trigger-protocol = "0.0.3"
os2mo-fastapi-utils = "0.0.3"
sqlalchemy = "<=2.0.0"
alembic = "<=2.0.0"
[tool.poetry.group.dev.dependencies]
pytest = "^6.2.5"
hypothesis = "^6.39.3"
black = "^22.1.0"
reorder-python-imports = "^3.0.1"
parameterized = "^0.7.4"
pre-commit = "^3.2.2"
pytest-cov = "^4.1.0"
mypy = "^1.11.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.pytest.ini_options]
asyncio_mode = "strict"
[tool.flake8]
max-line-length = 88