Skip to content

Commit

Permalink
add black to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yukikaoru committed Dec 30, 2019
1 parent 8e670a1 commit 3e82bae
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 65 deletions.
201 changes: 143 additions & 58 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 8 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
[tool.poetry]
name = "csrestructuredquery"
version = "0.1.0"
version = "0.2.0"
description = ""
authors = ["YUKI Kaoru <yuki@yagni.jp>"]
license = "MIT"

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.8"

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

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
pytest = "^5.3"
black = "^19.10b0"

[tool.black]
line-length = 120
Expand All @@ -32,3 +29,7 @@ exclude = '''
| dist
)/
'''
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"

0 comments on commit 3e82bae

Please sign in to comment.