We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6110cf commit d10d385Copy full SHA for d10d385
setup.py
@@ -2,7 +2,7 @@
2
import io
3
import os
4
5
-VERSION = "0.2"
+VERSION = "0.3"
6
7
8
def get_long_description():
@@ -22,7 +22,7 @@ def get_long_description():
22
version=VERSION,
23
license="Apache License, Version 2.0",
24
packages=find_packages(),
25
- install_requires=["sqlalchemy", "sqlite-utils", "click"],
+ install_requires=["sqlalchemy", "sqlite-utils==0.13", "click"],
26
entry_points="""
27
[console_scripts]
28
db-to-sqlite=db_to_sqlite.cli:cli
0 commit comments