Skip to content

Commit

Permalink
Depend on sqlite-utils>=2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Oct 12, 2020
1 parent 26fa0aa commit d41cc07
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 @@ -31,7 +31,7 @@ def get_long_description():
[console_scripts]
swarm-to-sqlite=swarm_to_sqlite.cli:cli
""",
install_requires=["sqlite-utils~=2.4.4", "click", "requests"],
install_requires=["sqlite-utils>=2.4.4", "click", "requests"],
extras_require={"test": ["pytest"]},
tests_require=["swarm-to-sqlite[test]"],
)

0 comments on commit d41cc07

Please sign in to comment.