From 236ba6a8704131ba464809d36d12ab3c4d3af2f3 Mon Sep 17 00:00:00 2001 From: Jonathan Golder Date: Fri, 5 Oct 2018 11:40:25 +0200 Subject: [PATCH] Update requirements --- README.md | 1 + requirements.txt | 3 +++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index d2200cf..6ec222b 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ The libraries above need to be installed and configured manualy considering [doc * SQLAlchemy * PyMySQL +* [jogobot-core module](https://git.golderweb.de/wiki/jogobot) Those can be installed using pip and the _requirements.txt_ file provided with this packet diff --git a/requirements.txt b/requirements.txt index 45f37b6..6db88ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,3 +21,6 @@ PyMySQL>=0.7 # Also needed, but not covered here, is a working copy of pywikibot-core # which also brings mwparserfromhell + +# jogobot +git+https://git.golderweb.de/wiki/jogobot.git#egg=jogobot