Fix dependency on my sqlcipher4 package
This commit is contained in:
parent
ffc52bdf08
commit
6d199dbca2
13 changed files with 38 additions and 11 deletions
|
|
@ -5,7 +5,7 @@ from datetime import date, timedelta
|
|||
|
||||
import pytest
|
||||
from bouquin.db import DBManager
|
||||
from sqlcipher3 import dbapi2 as sqlite
|
||||
from sqlcipher4 import dbapi2 as sqlite
|
||||
|
||||
|
||||
def _today():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue