X-Git-Url: https://git.frykholm.com/friends.git/blobdiff_plain/ca027dea1d5dcb07c4ee3b248da64da8d761ccb4..a0cc65b15945a2cc4db03ed9a0ed1b618b76c4d5:/setup.py diff --git a/setup.py b/setup.py index 23edcec..d936dff 100644 --- a/setup.py +++ b/setup.py @@ -13,6 +13,5 @@ setup( long_description=open('README.md').read(), install_requires=[ "tornado >= 3.1", - "sqlite >= 3", ], )