X-Git-Url: https://git.frykholm.com/friends.git/blobdiff_plain/ddf4123ddc9df1b3786c3950f0bed371d8bba352..86f2d7fcc6209d25439f05b45e8c6e012308cc79:/setup.py diff --git a/setup.py b/setup.py index 4f8f597..23edcec 100644 --- 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", ], )