mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-11-20 08:09:18 +01:00
build: update deps
- Set stage for removing modules directory - Export requirements.txt for backward compatibility - Bump version
This commit is contained in:
parent
6485a7c0ff
commit
493c259a63
1325
poetry.lock
generated
1325
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "non-steam-launchers"
|
name = "non-steam-launchers"
|
||||||
version = "2.99.1"
|
version = "3.8.0"
|
||||||
description = ""
|
description = ""
|
||||||
authors = [
|
authors = [
|
||||||
"moraroy <88516395+moraroy@users.noreply.github.com>",
|
"moraroy <88516395+moraroy@users.noreply.github.com>",
|
||||||
@ -10,19 +10,25 @@ license = "MIT"
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.11"
|
python = ">=3.11,<3.13"
|
||||||
|
python-decouple = "^3.8"
|
||||||
|
python-steamgriddb = "^1.0.5"
|
||||||
requests = "^2.31.0"
|
requests = "^2.31.0"
|
||||||
vdf = "^3.4"
|
vdf = "^3.4"
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
ipython = "^8.4.0"
|
coverage = "^7.3.2"
|
||||||
pytest = "^7.1.3"
|
hypothesis = {extras = ["cli"], version = "^6.88.4"}
|
||||||
pytest-asyncio = "^0.19.0"
|
icecream = "^2.1.3"
|
||||||
pytest-cov = "^4.0.0"
|
ipython = "^8.17.2"
|
||||||
|
poetry-plugin-export = "^1.6.0"
|
||||||
|
pytest = "^7.4.3"
|
||||||
|
pytest-asyncio = "^0.21.1"
|
||||||
|
pytest-cov = "^4.1.0"
|
||||||
pytest-datafiles = "^3.0.0"
|
pytest-datafiles = "^3.0.0"
|
||||||
pytest-xdist = "^2.5.0"
|
pytest-xdist = "^3.4.0"
|
||||||
rich = "^12.6.0"
|
rich = "^13.6.0"
|
||||||
ruff = "^0.0.269"
|
ruff = "^0.1.5"
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
# Enable pycodestyle (`E`) and Pyflakes (`F`) codes by default.
|
# Enable pycodestyle (`E`) and Pyflakes (`F`) codes by default.
|
||||||
|
8
requirements.txt
Normal file
8
requirements.txt
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
certifi==2024.2.2 ; python_version >= "3.11" and python_version < "3.13"
|
||||||
|
charset-normalizer==3.3.2 ; python_version >= "3.11" and python_version < "3.13"
|
||||||
|
idna==3.6 ; python_version >= "3.11" and python_version < "3.13"
|
||||||
|
python-decouple==3.8 ; python_version >= "3.11" and python_version < "3.13"
|
||||||
|
python-steamgriddb==1.0.5 ; python_version >= "3.11" and python_version < "3.13"
|
||||||
|
requests==2.31.0 ; python_version >= "3.11" and python_version < "3.13"
|
||||||
|
urllib3==2.2.1 ; python_version >= "3.11" and python_version < "3.13"
|
||||||
|
vdf==3.4 ; python_version >= "3.11" and python_version < "3.13"
|
Loading…
Reference in New Issue
Block a user