Remove python-baseconv dependency, refs #1733, closes #1734

This commit is contained in:
Simon Willison 2022-05-02 12:39:06 -07:00
commit 687907aa2b
5 changed files with 63 additions and 5 deletions

View file

@ -1,6 +1,6 @@
from datasette import hookimpl
from itsdangerous import BadSignature
import baseconv
from datasette.utils import baseconv
import time