mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2026-06-13 04:04:59 +03:00
ci: Switch from poetry to uv
- Convert pyproject.toml to work with uv - Remove poetry references/lock file - Decouple ruff config - Freeze current deps - Manually bump version to match github release
This commit is contained in:
+8
-8
@@ -1,8 +1,8 @@
|
||||
certifi==2025.8.3 ; python_version >= "3.11" and python_version < "3.13"
|
||||
charset-normalizer==3.4.3 ; python_version >= "3.11" and python_version < "3.13"
|
||||
idna==3.10 ; 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.32.4 ; python_version >= "3.11" and python_version < "3.13"
|
||||
urllib3==2.5.0 ; python_version >= "3.11" and python_version < "3.13"
|
||||
vdf==3.4 ; python_version >= "3.11" and python_version < "3.13"
|
||||
certifi==2025.8.3
|
||||
charset-normalizer==3.4.3
|
||||
idna==3.10
|
||||
python-decouple==3.8
|
||||
python-steamgriddb==1.0.5
|
||||
requests==2.32.5
|
||||
urllib3==2.5.0
|
||||
vdf==3.4
|
||||
|
||||
Reference in New Issue
Block a user