Skip to content

Commit b1e343f

Browse files
Update dependency autopep8 to v1.7.0
1 parent 4f58f17 commit b1e343f

File tree

2 files changed

+49
-29
lines changed

2 files changed

+49
-29
lines changed

poetry.lock

+31-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+18-17
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,40 @@
11
[tool.poetry]
2-
authors = ["DBCLS"]
3-
classifiers = [
4-
'Programming Language :: Python :: 3',
5-
'Programming Language :: Python :: 3.7',
6-
'Programming Language :: Python :: 3.8',
7-
'Programming Language :: Python :: 3.9',
8-
'License :: OSI Approved :: MIT License',
9-
]
2+
name = "umakaparser"
3+
version = "0.2.2"
104
description = ""
5+
authors = ["DBCLS"]
6+
license = "MIT"
7+
repository = "https://github.com/dbcls/umakaparser"
118
homepage = "http://umaka-viewer.dbcls.jp/"
129
keywords = ['dbcls', 'rdf']
13-
license = "MIT"
14-
name = "umakaparser"
10+
classifiers = [
11+
'Programming Language :: Python :: 3',
12+
'Programming Language :: Python :: 3.7',
13+
'Programming Language :: Python :: 3.8',
14+
'Programming Language :: Python :: 3.9',
15+
'License :: OSI Approved :: MIT License',
16+
]
1517
readme = "docs/description.md"
16-
repository = "https://github.com/dbcls/umakaparser"
17-
version = "0.2.3"
1818

1919
[tool.poetry.dependencies]
20+
python = ">=3.7"
2021
click = "^8.0"
2122
isodate = "^0.6.0"
2223
pyparsing = "^3.0"
23-
python = ">=3.7"
24+
tqdm = "^4.52.0"
2425
python-i18n = "^0.3.9"
2526
rdflib = "^6.0.0"
26-
tqdm = "^4.52.0"
2727

2828
[tool.poetry.dev-dependencies]
29-
autopep8 = "^1.5.4"
30-
flake8 = "^4.0.0"
3129
pytest = "^7.0"
3230
tox = "^3.20.1"
31+
flake8 = "^4.0.0"
32+
autopep8 = "^1.5.4"
3333

3434
[tool.poetry.scripts]
3535
umakaparser = "umakaparser.services:cmd"
3636

37+
3738
[build-system]
38-
build-backend = "poetry.masonry.api"
3939
requires = ["poetry>=0.12"]
40+
build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)