From 92dcb8ec82271abcf304b14bfca16150fbb08107 Mon Sep 17 00:00:00 2001 From: Jack Sweeney Date: Fri, 30 Dec 2022 21:43:50 -0500 Subject: [PATCH] Pushbullet is already deprecated Removing from requirements --- Pipfile | 1 - Pipfile.lock | 18 +----------------- requirements.txt | 1 - 3 files changed, 1 insertion(+), 19 deletions(-) diff --git a/Pipfile b/Pipfile index 4834574..84cf089 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,6 @@ tabulate = "*" pytz = "*" pillow = "*" tweepy = "*" -"pushbullet.py" = "*" discord-webhook = "*" selenium = "*" opensky-api = {editable = true, git = "https://github.com/openskynetwork/opensky-api.git", subdirectory = "python"} diff --git a/Pipfile.lock b/Pipfile.lock index ed9d5b7..577a1fb 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "e92b392f297b73499f81fc50caed6e0be339726d234842c3ba99eeff2588b09c" + "sha256": "1d80adfb6e58767e8fa25016043df0f2363d57f736d19e43e7dffc55ad511a73" }, "pipfile-spec": 6, "requires": { @@ -496,14 +496,6 @@ "index": "pypi", "version": "==9.3.0" }, - "pushbullet.py": { - "hashes": [ - "sha256:38e3ce79843efaf839c8dc43485c0c7eedbe5825a8751751f13d041dd00c5a37", - "sha256:917883e1af4a0c979ce46076b391e0243eb8fe0a81c086544bcfa10f53e5ae64" - ], - "index": "pypi", - "version": "==0.12.0" - }, "py-staticmaps": { "hashes": [ "sha256:5aba5ad59f30a63f860e76ed99407a6efb24eaad5c8997aa8617363989f17389" @@ -883,14 +875,6 @@ "index": "pypi", "version": "==3.8.5" }, - "websocket-client": { - "hashes": [ - "sha256:d6b06432f184438d99ac1f456eaf22fe1ade524c3dd16e661142dc54e9cba574", - "sha256:d6e8f90ca8e2dd4e8027c4561adeb9456b54044312dba655e7cae652ceb9ae59" - ], - "markers": "python_version >= '3.7'", - "version": "==1.4.2" - }, "wsproto": { "hashes": [ "sha256:ad565f26ecb92588a3e43bc3d96164de84cd9902482b130d0ddbaa9664a85065", diff --git a/requirements.txt b/requirements.txt index 526363d..714cfca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,6 @@ tabulate pytz pillow tweepy -pushbullet.py discord-webhook selenium git+https://github.com/openskynetwork/opensky-api.git@master#subdirectory=python/