Bratah123 / PolyBot

Poly bot is a discord bot that provides all type of conversions (I.E. language, measurements, etc)
MIT License
1 stars 2 forks source link

CHORE: Update currency-related dependency #19

Closed KOOKIIEStudios closed 3 years ago

KOOKIIEStudios commented 3 years ago

This update is in response to the newly reported issue with PolyBot not being able to perform currency conversions anymore. The forex-python library that PolyBot relies on is noted to have had a new version, with no noted changes in conversion API. It is, however, noted that rates-errors may occur pre-1.6, and thus, this pull request bumps the required version of forex-python from 1.5 to 1.6, in hopes of resolving these errors.

NOTE: PLEASE RUN pip install -r requirements.txt to update your dependencies, after pulling!