forked from kantord/LibreLingo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
32 lines (28 loc) · 883 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
[tool.poetry]
name = "librelingo"
version = "0.1.0"
description = ""
authors = ["Dániel Kántor <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.8"
mkdocs-mermaid2-plugin = "^0.5.1"
[tool.poetry.dev-dependencies]
librelingo-yaml-loader = { path = "./apps/librelingo_yaml_loader/" }
librelingo-json-export = { path = "./apps/librelingo_json_export" }
librelingo-fakes = { path = "./apps/librelingo_fakes" }
librelingo-utils = { path = "./apps/librelingo_utils" }
librelingo-audios = { path = "./apps/librelingo_audios" }
pytest = "^6.2.2"
pytest-mock = "^3.5.1"
pytest-watch = "^4.2.0"
mkdocs-material = "^7.0.3"
mkdocs = "^1.1.2"
black = "^21.6b0"
mypy = "^0.910"
types-python-slugify = "^0.1.1"
types-PyYAML = "^5.4.3"
types-bleach = "^3.3.3"
types-Markdown = "^3.3.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"