diff options
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,7 @@ url = "https://pypi.org/simple" verify_ssl = true [dev-packages] +pytest = "*" [packages] pyephem = "*" @@ -12,6 +13,7 @@ fastapi = "*" uvicorn = "*" [scripts] +test = "pytest" server = "uvicorn iss.server:app" [requires] |
