Skip to content

Commit

Permalink
fix: add dynaconf dep and relax py version pin
Browse files Browse the repository at this point in the history
  • Loading branch information
z3z1ma committed Apr 7, 2024
1 parent 1376ebb commit bcb931e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ dependencies = [
"typing-extensions",
"immutabledict~=4.1.0",
"fsspec",
"dynaconf"
]
requires-python = ">=3.10,<3.13"
requires-python = ">=3.9,<3.13"
readme = "README.md"
license.file = "LICENSE"

Expand Down

0 comments on commit bcb931e

Please sign in to comment.