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