Add remote calls
This commit is contained in:
parent
a63b0ad5e7
commit
e16db17db0
10 changed files with 217 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = great-ai
|
||||
version = 0.0.1
|
||||
version = 0.0.1-rc1
|
||||
author = András Schmelczer
|
||||
author_email = andras@scoutinscience.com
|
||||
description =
|
||||
|
|
@ -44,6 +44,7 @@ install_requires =
|
|||
uvicorn[standard] >= 0.18.0
|
||||
watchdog >= 2.1.0
|
||||
pymongo >= 4.0.0
|
||||
aiohttp >= 3.8.0
|
||||
|
||||
[options.package_data]
|
||||
* = *.json, *.yaml, *.yml, *.css
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue