Skip to content

Commit e252c7c

Browse files
committed
Bug fix
1 parent 91c2847 commit e252c7c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pyproject.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,11 @@ cryptography = "^3.0"
1111
SQLAlchemy = "^1.3.19"
1212
psycopg2 = "^2.8.5"
1313
pre-commit = "^2.6.0"
14+
flake8 = "^3.8.3"
1415

1516
[tool.poetry.dev-dependencies]
1617
pytest = "^5.2"
1718

18-
[build-system]
19-
requires = ["poetry>=0.12"]
20-
build-backend = "poetry.masonry.api"
21-
2219
[tool.black]
2320
line-length = 88
2421
include = '\.pyi?$'
@@ -34,4 +31,8 @@ exclude = '''
3431
| build
3532
| dist
3633
)/
37-
'''
34+
'''
35+
[build-system]
36+
requires = ["poetry>=0.12"]
37+
build-backend = "poetry.masonry.api"
38+

0 commit comments

Comments
 (0)