diff options
| author | Yuval Adam <_@yuv.al> | 2020-09-21 23:14:32 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2020-09-21 23:14:32 +0300 |
| commit | bc6b4ddbdde231f6a55750e2245b018527b5c2b9 (patch) | |
| tree | 7fe5173b00e5551413bcca1ca56f0f09abf4014c /Pipfile | |
| parent | d20dc4df2ab191c19394a38a5a3091cce9007a4f (diff) | |
Initial FastAPI server
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -8,6 +8,11 @@ verify_ssl = true [packages] pyephem = "*" skyfield = "*" +fastapi = "*" +uvicorn = "*" + +[scripts] +server = "uvicorn iss:app" [requires] python_version = "3.8" |
