joenano / rpscrape

Scrape horse racing results data and racecards.
140 stars 57 forks source link

Add version specifiers for dependencies #103

Closed petedmarsh closed 2 years ago

petedmarsh commented 2 years ago

This adds compatible release specifiers for the dependencies, making installing a working set of dependencies simpler.

The latest version of aiohttp (3.8.1) requires a minor code change which has been included.

petedmarsh commented 2 years ago

I guess this code was written against a slightly older version of aiohttp, if you need to be pinned to that version and not the latest version I can adjust this if you let me know which version it is you need.