From 5766e65b204ac2afac904a9c97b62884ecac25b5 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 8 Jun 2019 19:14:21 +0200 Subject: [PATCH] add apixu Signed-off-by: Nico Schottelius --- Pipfile | 4 ++++ Pipfile.lock | 6 +++++- requirements.txt | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index c6a4088..524fb1c 100644 --- a/Pipfile +++ b/Pipfile @@ -10,3 +10,7 @@ requests = "*" [requires] python_version = "3.7" + +[packages.apixu] +git = "https://github.com/apixu/apixu-python.git" +ref = "master" diff --git a/Pipfile.lock b/Pipfile.lock index 6c82f11..2ffc179 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "0fd749b30be70c938b01b5bf9e870b04e9c3648dea04f51a2feb9da5ac5a8f8c" + "sha256": "ca9c2522bf07f03d1588afe76e9f6fc73bc1efec20d4f155d82b709efaf14a56" }, "pipfile-spec": 6, "requires": { @@ -16,6 +16,10 @@ ] }, "default": { + "apixu": { + "git": "https://github.com/apixu/apixu-python.git", + "ref": "master" + }, "certifi": { "hashes": [ "sha256:59b7658e26ca9c7339e00f8f4636cdfe59d34fa37b9b04f6f9e9926b3cece1a5", diff --git a/requirements.txt b/requirements.txt index 6404404..9d1c8a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -git+https://github.com/apixu/apixu-python.git@master +git+https://github.com/apixu/apixu-python.git@master#egg=apixu