Skip to content

Commit

Permalink
Update pyproject.toml (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeriox authored Mar 9, 2023
1 parent f998fe9 commit 564cbea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
packages = [{include = "orm_importer"}]

[tool.poetry.dependencies]
python = "^3.10"
python = "^3.8"
attrs = "21.4.0"
click = "8.1.3"
importlib-metadata = "4.12.0"
Expand Down Expand Up @@ -55,4 +55,4 @@ include_trailing_comma = true
force_grid_wrap = 0
use_parentheses = true
ensure_newline_before_comments = true
line_length = 100
line_length = 100

0 comments on commit 564cbea

Please sign in to comment.