Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jul 9, 2024
1 parent a2218a1 commit fda5b03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
build-backend = "poetry_dynamic_versioning.backend"
requires = [
"poetry-core@ git+https://github.com/radoering/poetry-core.git@pep621-support",
"poetry-core @ git+https://github.com/radoering/poetry-core.git@pep621-support",
"poetry-dynamic-versioning",
]

Expand All @@ -15,7 +15,7 @@ keywords = [
"singer.io",
]
license.file = "LICENSE"
authors = [{ name = "Edgar Ramírez-Mondragón", email = "edgarrm358@gmail.com" }]
authors = [ { name = "Edgar Ramírez-Mondragón", email = "edgarrm358@gmail.com" } ]
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3 :: Only",
Expand All @@ -30,7 +30,7 @@ dynamic = [
"version",
]
dependencies = [
'cffi>=1.17.0rc1; python_version >= "3.13"',
"cffi>=1.17.0rc1; python_version>='3.13'",
"singer-sdk~=0.38.0",
]
urls.Documentation = "https://github.com/edgarrmondragon/tap-betterstack#readme"
Expand Down

0 comments on commit fda5b03

Please sign in to comment.