File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,16 @@ homepage = "https://pypi.org/project/filecloudapi-python"
1414documentation = " https://filecloudapi-python.readthedocs.io"
1515repository = " https://github.com/codelathe/filecloudapi-python"
1616
17- keywords = []
17+ keywords = [
18+ ]
1819classifiers = [
1920 " Development Status :: 4 - Beta" ,
2021 " Natural Language :: English" ,
2122 " Operating System :: OS Independent" ,
2223 " Programming Language :: Python" ,
2324 " Programming Language :: Python :: 3" ,
2425 " Programming Language :: Python :: 3.11" ,
25- " License :: OSI Approved :: Apache Software License" ,
26+ " License :: OSI Approved :: Apache Software License"
2627]
2728
2829[tool .poetry .dependencies ]
@@ -36,15 +37,15 @@ requests = "*"
3637
3738# Formatters
3839black = " ^22.1"
39- tomli = " *" # missing 'black' dependency
40+ tomli = " *" # missing 'black' dependency
4041isort = " ^5.10"
4142
4243# Linters
4344mypy = " ^1.0"
4445pydocstyle = " ^6.1"
4546pylint = " ~2.15"
4647pylint-pytest = " *"
47- wrapt = " *" # missing 'pylint' dependency
48+ wrapt = " *" # missing 'pylint' dependency
4849
4950# Testing
5051pytest = " ^8.1"
You can’t perform that action at this time.
0 commit comments