da-rth / yasb

A highly configurable cross-platform (Windows) status bar written in Python.
MIT License
1.29k stars 78 forks source link

Update requirements.txt #116

Open n3rdly opened 7 months ago

n3rdly commented 7 months ago

Some dependencies were no longer available at the listed versions. Fixed by changing it to a min version of each instead of absolute.

Pull Request #XX

Description

Related Issue

Reproducible by trying to install the current requirements list and it fails.

Testing

I made the edit and was able to finish the requirements install and got yasb to run.

n3rdly commented 7 months ago

This plus the broken sample config.yaml are stopping new users from installing/setting up yasb. This should fix half the problem while the other open issue/PR covers the rest.