X-Git-Url: https://git.frykholm.com/friends.git/blobdiff_plain/b2b706690e67d4ff5c409902df14a8487268a561..38f952947dedd5509ab8510510e4cae5bdf45eae:/setup.py diff --git a/setup.py b/setup.py index d936dff..2b86daf 100644 --- a/setup.py +++ b/setup.py @@ -13,5 +13,6 @@ setup( long_description=open('README.md').read(), install_requires=[ "tornado >= 3.1", + "arrow", ], )