Add requirements

To make setup of environment for this module easier
This commit is contained in:
2017-09-23 21:09:58 +02:00
parent 88848cb084
commit ec2b84df2a
2 changed files with 38 additions and 0 deletions

View File

@@ -1,6 +1,21 @@
jogobot-red
===========
Dependencies
------------
* pywikibot-core
* mwparserfromhell
The libraries above need to be installed and configured manualy considering [documentation of pywikibot-core](https://www.mediawiki.org/wiki/Manual:Pywikibot).
* SQLAlchemy
* PyMySQL
Those can be installed using pip and the _requirements.txt_ file provided with this packet
pip install -r requirements.txt
Versions
--------