Browse Source

convert tabs to spaces (ugh) and sort...

main
John-Mark Gurney 3 years ago
parent
commit
e0bf1c0074
1 changed files with 8 additions and 8 deletions
  1. +8
    -8
      setup.py

+ 8
- 8
setup.py View File

@@ -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


Loading…
Cancel
Save