X-Git-Url: https://git.frykholm.com/friends.git/blobdiff_plain/b31021285552ceda81d0e00b90fb027e7181de4e..ddf4123ddc9df1b3786c3950f0bed371d8bba352:/setup.py diff --git a/setup.py b/setup.py index ffcc9e6..4f8f597 100644 --- a/setup.py +++ b/setup.py @@ -13,5 +13,6 @@ setup( long_description=open('README.md').read(), install_requires=[ "tornadoweb >= 3.1", + "sqlite >= 3", ], )