mberk / betfairutil

Utility functions for working with Betfair data
MIT License
30 stars 9 forks source link

Make pandas an optional dependency #24

Closed mberk closed 2 years ago

mberk commented 2 years ago

Pandas is currently only required if using the functions market_book_to_data_frame and prices_file_to_data_frame. In deployments where these functions are not used, requiring pandas to be installed is unnecessary bloat

mberk commented 2 years ago

Merged into the next release