v0.4.11
This release fixes a bug where subtotal
+ tax_paid
!= order_total
. It also updates all the dependencies (numpy
, typer
, and Faker
) and removes the dependency on pandas
, opting for Python's built-in csv
library instead, which turned out to be a great deal faster.