joeyagreco / leeger

Instant stats for any fantasy football league.
https://pypi.org/project/leeger
MIT License
57 stars 17 forks source link

Add typing-extensions requirement #98

Closed colllin closed 1 year ago

colllin commented 1 year ago

Otherwise from leeger.league_loader.FleaflickerLeagueLoader import FleaflickerLeagueLoader throws an error for missing module.

joeyagreco commented 1 year ago

Where is typing-extensions being used in this repository or Fleaflicker's ?

Doesn't seem like it's a direct dependency. If another library is using it within leeger or fleaflicker, make sure you are first running pip install -r requirements.txt

joeyagreco commented 1 year ago

looks like this is due to a breaking change in the yahoofantasy library. For now to unblock this I've added it as a dependency. Thanks for finding this

https://github.com/joeyagreco/leeger/releases/tag/v2.1.1