Knio/dominate

Missing contextvars dependency

Opened this issue · 3 comments

This change d72dca8 introduced dependency on contextvars package, that is not installed by pip3 install dominate.

We solved our current problem by fixing 2.9.0 version I imagine many will encounter the same issue.

Knio commented

what version of python are you on? I thought contextvars was stdlib.. :(

It was failing on machines with python 3.6