Skip to content

Commit d10d385

Browse files
committed
Anchor to sqlite-utils==0.13
A breaking change is shipping shortly: simonw/sqlite-utils#17
1 parent a6110cf commit d10d385

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import io
33
import os
44

5-
VERSION = "0.2"
5+
VERSION = "0.3"
66

77

88
def get_long_description():
@@ -22,7 +22,7 @@ def get_long_description():
2222
version=VERSION,
2323
license="Apache License, Version 2.0",
2424
packages=find_packages(),
25-
install_requires=["sqlalchemy", "sqlite-utils", "click"],
25+
install_requires=["sqlalchemy", "sqlite-utils==0.13", "click"],
2626
entry_points="""
2727
[console_scripts]
2828
db-to-sqlite=db_to_sqlite.cli:cli

0 commit comments

Comments
 (0)