evonove / django-money-rates

Currency conversion for django money
BSD 3-Clause "New" or "Revised" License
90 stars 61 forks source link

Fixed requirements and moved to py-moneyed 0.7.0 #28

Closed afeef closed 6 years ago

afeef commented 6 years ago

Fixes the following error when used with django-money which in turn is using py-moneyed==0.7.0

Could not find a version that matches py-moneyed==0.6.0,>=0.7 Tried: 0.3, 0.4, 0.4.1, 0.5.0, 0.6.0, 0.7.0, 0.7.0 There are incompatible versions in the resolved dependencies.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 88.108% when pulling c426144eb8be20b88fcfc2c45adca4640e9688e6 on afeef:master into ac1f7636b9a38d3e153eb833019342c4d88634c2 on evonove:master.

afeef commented 6 years ago

Already fixed here https://github.com/evonove/django-money-rates/pull/24