X-Git-Url: https://git.frykholm.com/friends.git/blobdiff_plain/3ffcd3f87b10fb273a7057f65fcc0b20d7890d51..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", ], )