summaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index 674b002..f72e8e4 100644
--- a/Pipfile
+++ b/Pipfile
@@ -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]