From 5a6c30d8fd205ff1e0ef79ab76f68ecfc7971ab3 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 3 Sep 2019 08:55:08 +0100 Subject: [PATCH] Remove duplicate specification of versions in `Pipfile` --- Pipfile | 18 +++++++++--------- Pipfile.lock | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Pipfile b/Pipfile index 461f147..2b6bebb 100644 --- a/Pipfile +++ b/Pipfile @@ -27,12 +27,12 @@ test = "bash ./scripts/test.sh" allow_prereleases = true [packages] -apscheduler = "==3.6.1" -pygithub = "==1.43.8" -todoist-python = "==8.0.0" -sentry-sdk = "==0.11.2" -python-dateutil = "==2.8.0" -starlette = "==0.12.9" -uvicorn = "==0.8.6" -starlette-auth-toolkit = "==0.5.0" -sentry-asgi = "==0.2.0" +apscheduler = "*" +pygithub = "*" +todoist-python = "*" +sentry-sdk = "*" +python-dateutil = "*" +starlette = "*" +uvicorn = "*" +starlette-auth-toolkit = "*" +sentry-asgi = "*" diff --git a/Pipfile.lock b/Pipfile.lock index 8a1d845..0953aa8 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "1b18f00a22630052a4574e27d066214fbf4dee101c5c918d787e7850c3d28141" + "sha256": "9d8b929fb9ddb12e7e7b61c48f3ca46bf5e5fc83f8892e754d57639303185225" }, "pipfile-spec": 6, "requires": {