]> git.frykholm.com Git - friends.git/blobdiff - setup.py
first hello world working
[friends.git] / setup.py
index ffcc9e632a86c2207d981644d09a2290ab426e3c..23edcec725b9f04a26ea726e2a838325bc68794f 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -12,6 +12,7 @@ setup(
     description='Ostatus app.',
     long_description=open('README.md').read(),
     install_requires=[
-        "tornadoweb >= 3.1",
+        "tornado >= 3.1",
+        "sqlite >= 3",
     ],
 )