DavidoTek / ProtonUp-Qt

Install and manage GE-Proton, Luxtorpeda & more for Steam and Wine-GE & more for Lutris with this graphical user interface.
https://davidotek.github.io/protonup-qt
GNU General Public License v3.0
1.17k stars 39 forks source link

Bump steam dependency version to match requirements.txt #265

Closed sonic2kk closed 12 months ago

sonic2kk commented 12 months ago

The install_requires dependencies for setup.cfg mostly match that of requirements.txt. The only exception is the steam library which is still at 1.1.0, when really it should be 1.4.4 (as this has the updated magic for VDF parsing, see #157). This PR bumps that requirement version.

This hasn't affected anything and >= 1.1.0 should probably always use the most up-to-date steam dependency, I can't envision a reasonable case when it wouldn't without explicit user intervention. I don't think there's any harm in keeping these in sync, though.

I believe setup.cfg is used by setuptools, though I am not exactly sure how this file applies in that context to ProtonUp-Qt.

DavidoTek commented 12 months ago

That seems like a good idea.

I just looked up, Fedora repos and AUR are also up to 1.4.4, so that wouldn't break anything.