Skip to content

Commit

Permalink
0.2.1 with tweaked dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Oct 22, 2020
1 parent 046ca38 commit b956a01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup
import os

VERSION = "0.2"
VERSION = "0.2.1"


def get_long_description():
Expand All @@ -26,7 +26,7 @@ def get_long_description():
[console_scripts]
pocket-to-sqlite=pocket_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=["pocket-to-sqlite[test]"],
)

0 comments on commit b956a01

Please sign in to comment.