clach04

Results 401 comments of clach04

Recommend merging this as-is as out of the box nothing works. Then check out https://github.com/jeffknupp/sandman2/tree/pyup-scheduled-update-2024-02-05 to see if later versions really work https://github.com/jeffknupp/sandman2/blob/pyup-scheduled-update-2024-02-05/requirements.txt

BTW thanks for making this available. It's implemented a bunch of stuff I don't want to implement myself so saved me a bunch of work (even with the current reverse...

Looks like upstream tabulate already fixed python > 3.9 issue(s) https://github.com/astanin/python-tabulate/blob/83fd4fb98926c8a6fdf45caa1b91ee8913b64dcb/tabulate/__init__.py#L4

diff --git a/requirements.txt b/requirements.txt index 33f5dbb..8484b21 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,6 @@ future==0.16.0 configparser==3.5.0 tabulate==0.7.7 Pillow==6.2.2; python_version == '2.7' -Pillow==8.0; python_version >= '3.6' +#Pillow==8.0; python_version >= '3.6'...

> Nose (the testing framework used for this project) does not support python 3.10. Fixing these errors and passing tests looks like it requires a larger effort of moving to...

Thanks @jmathai PR posted. NOTE the last requirements file does NOT work for Python 2.7: (py2764) C:\code\py\elodie_upstream>python -m pip install -r elodie/plugins/googlephotos/requirements.txt DEPRECATION: Python 2.7 reached the end of its...

> There are a few scattered `requirements.txt` files. Were you unable to get the testing environment working by installing these dependencies? > > https://github.com/jmathai/elodie/blob/master/requirements.txt https://github.com/jmathai/elodie/blob/master/elodie/tests/requirements.txt https://github.com/jmathai/elodie/blob/master/elodie/plugins/googlephotos/requirements.txt > > Wonder if...

https://github.com/jmathai/elodie/pull/442

I may have missed a step :-) posted/linked now

> This format has been unmaintained for years now, and development on most apps (except for one on android) has all but ceased. > > I highly suggest switching to...