Skip to content

Commit

Permalink
misc: py38
Browse files Browse the repository at this point in the history
  • Loading branch information
himkt committed May 12, 2024
1 parent a73f6ea commit 6d1097c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies = [
"requests<3.0.0",
]
readme = "README.md"
requires-python = ">= 3.9"
requires-python = ">= 3.8"
license = "MIT"

[project.optional-dependencies]
Expand Down
5 changes: 3 additions & 2 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#
# last locked with the following flags:
# pre: false
# features: ["all"]
# all-features: false
# features: []
# all-features: true
# with-sources: false

-e file:.
Expand Down Expand Up @@ -174,6 +174,7 @@ starlette==0.37.2
sudachidict-core==20230927
# via konoha
sudachipy==0.6.8
# via konoha
# via sudachidict-core
tomli==2.0.1
# via mypy
Expand Down
5 changes: 3 additions & 2 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#
# last locked with the following flags:
# pre: false
# features: ["all"]
# all-features: false
# features: []
# all-features: true
# with-sources: false

-e file:.
Expand Down Expand Up @@ -120,6 +120,7 @@ starlette==0.37.2
sudachidict-core==20230927
# via konoha
sudachipy==0.6.8
# via konoha
# via sudachidict-core
typer==0.12.3
# via fastapi-cli
Expand Down

0 comments on commit 6d1097c

Please sign in to comment.