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