From 451b1ae8ac728d1b3f3bce4f7f9fe3e1bfce8941 Mon Sep 17 00:00:00 2001 From: James Lu Date: Mon, 18 Oct 2021 00:39:26 -0700 Subject: [PATCH] Add requests to requirements.txt --- BirdLGGo/README.md | 4 ++-- requirements.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/BirdLGGo/README.md b/BirdLGGo/README.md index 6950b9d..8a93bc8 100644 --- a/BirdLGGo/README.md +++ b/BirdLGGo/README.md @@ -1,6 +1,6 @@ -This is a [bird-lg-go](https://github.com/xddxdd/bird-lg-go/) API client for Limnoria. +This is a [bird-lg-go](https://github.com/xddxdd/bird-lg-go/) API client for Limnoria. It depends on the requests Python library (`pip install requests`) -## Configure +## Configuration First configure the following variables: diff --git a/requirements.txt b/requirements.txt index fbc79e0..7200865 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ git+https://github.com/ProgVal/Limnoria.git@testing beautifulsoup4 lxml +requests