Skip to content

Commit

Permalink
Merge pull request #21 from Komodo-PNW/dev
Browse files Browse the repository at this point in the history
Update allowed python versions
  • Loading branch information
Aedial committed Jul 23, 2023
2 parents ad802e2 + 8201abb commit a9ce62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ packages = [{include = "novelai_api"}]
"Bug Tracker" = "https://github.com/Aedial/novelai-api/issues"

[tool.poetry.dependencies]
python = ">=3.7.2,<3.12"
python = "^3.7.2"
aiohttp = {extras = ["speedups"], version = "^3.8.3"}
argon2-cffi = "^21.3.0"
PyNaCl = "^1.5.0"
Expand Down

0 comments on commit a9ce62f

Please sign in to comment.