Skip to content

Commit

Permalink
build: change python version support range, update dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
YisusChrist committed Aug 25, 2024
1 parent 1dcd413 commit 571a5c0
Show file tree
Hide file tree
Showing 4 changed files with 112 additions and 54 deletions.
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.11.9
152 changes: 109 additions & 43 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ readme = "README.md"
repository = "https://github.com/yisuschrist/animesnap"

[tool.poetry.dependencies]
python = "^3.11"
python = ">=3.8.1,<3.12"
filetype = "^1.2.0"
platformdirs = "^3.11.0"
pyqt6 = "^6.5.2"
pyqtdarktheme = "^2.1.0"
qdarkstyle = "^3.1"
requests = "^2.31.0"
rich = "^13.6.0"
Expand Down
10 changes: 0 additions & 10 deletions requirements.txt

This file was deleted.

0 comments on commit 571a5c0

Please sign in to comment.