Skip to content

Commit

Permalink
sqlite-utils~=1.12.1
Browse files Browse the repository at this point in the history
To get the bugfix for insert_all([])
  • Loading branch information
simonw authored Nov 7, 2019
1 parent 58b65b5 commit d16f45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def get_long_description():
[console_scripts]
healthkit-to-sqlite=healthkit_to_sqlite.cli:cli
""",
install_requires=["sqlite-utils"],
install_requires=["sqlite-utils~=1.12.1"],
extras_require={"test": ["pytest"]},
tests_require=["healthkit-to-sqlite[test]"],
)

0 comments on commit d16f45f

Please sign in to comment.