From e0bf1c0074fbb189441434b2f27e53551d78afcb Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Thu, 17 Dec 2020 11:30:54 -0800 Subject: [PATCH] convert tabs to spaces (ugh) and sort... --- setup.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/setup.py b/setup.py index 2cc542c..4787c06 100644 --- a/setup.py +++ b/setup.py @@ -18,16 +18,16 @@ setup( #download_url='', long_description=open('README.md').read(), install_requires=[ + 'aioconsole', # for aioconsole.stream only + 'databases[sqlite]', 'fastapi', - 'httpx', - 'hypercorn', # option, for server only? + 'httpx', + 'hypercorn', # option, for server only? + 'orm', 'pydantic[dotenv]', - 'wsfwd @ git+https://www.funkthat.com/gitea/jmg/wsfwd.git', - 'orm', - 'ucl', - 'aioconsole', # for aioconsole.stream only - 'databases[sqlite]', - 'websockets', + 'ucl', + 'websockets', + 'wsfwd @ git+https://www.funkthat.com/gitea/jmg/wsfwd.git', ], extras_require = { # requests needed for fastpi.testclient.TestClient