activefrequency / pyavatax

Python and Django Integration for RESTful Avalara Tax System
BSD 3-Clause "New" or "Revised" License
6 stars 12 forks source link

Require Django? #13

Closed jeffreyfuchang closed 7 years ago

jeffreyfuchang commented 7 years ago

Docs say don't require django but trying without django installed yields the below. So yes I need django? Thanks.

Tried: from pyavatax import api as pyavatax_api

Got:

----> 1 from django.utils import timezone
      2 
      3 
      4 class MockDjangoRecorder(object):
      5 

ImportError: No module named django.utils
kgrinberg commented 7 years ago

It's a regression introduced in #11. Should be able to fix this and get a new release out this week.