forked from snyk/faker-security
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
38 lines (32 loc) · 826 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
[tool.poetry]
name = "faker-security"
version = "0.3.1"
description = "Faker provider for security related data"
authors = ["Snyk Security R&D <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
homepage = "https://github.com/snyk/faker-security"
repository = "https://github.com/snyk/faker-security"
keywords = ["faker"]
include = ["LICENSE"]
[tool.poetry.dependencies]
python = "^3.8"
faker = ">=8.2.1"
[tool.poetry.dev-dependencies]
black = "^22.1.0"
flake8 = "^4.0.1"
isort = "^5.10.1"
mypy = "^0.931"
pre-commit = "^2.17.0"
pytest = "^6.2.5"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.black]
line_length = 99
target_version = ["py38"]
[tool.isort]
line_length = 99
profile = "black"
[tool.coverage.report]
exclude_lines = ["@abstract"]