| @@ -18,16 +18,16 @@ setup( | |||||
| #download_url='', | #download_url='', | ||||
| long_description=open('README.md').read(), | long_description=open('README.md').read(), | ||||
| install_requires=[ | install_requires=[ | ||||
| 'aioconsole', # for aioconsole.stream only | |||||
| 'databases[sqlite]', | |||||
| 'fastapi', | 'fastapi', | ||||
| 'httpx', | |||||
| 'hypercorn', # option, for server only? | |||||
| 'httpx', | |||||
| 'hypercorn', # option, for server only? | |||||
| 'orm', | |||||
| 'pydantic[dotenv]', | '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 = { | extras_require = { | ||||
| # requests needed for fastpi.testclient.TestClient | # requests needed for fastpi.testclient.TestClient | ||||