Browse Source

Merge branch 'remove-jogobot-submodule' into develop

develop
Jonathan Golder 6 years ago
parent
commit
ff2421b63e
  1. 3
      .gitmodules
  2. 1
      README.md
  3. 1
      jogobot
  4. 3
      requirements.txt

3
.gitmodules

@ -1,3 +0,0 @@
[submodule "jogobot"]
path = jogobot
url = ../jogobot

1
README.md

@ -11,6 +11,7 @@ The libraries above need to be installed and configured manualy considering [doc
* SQLAlchemy * SQLAlchemy
* PyMySQL * 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 Those can be installed using pip and the _requirements.txt_ file provided with this packet

1
jogobot

@ -1 +0,0 @@
Subproject commit d69d873624abb70a25a0aef711a635cfc88aa7e9

3
requirements.txt

@ -21,3 +21,6 @@ PyMySQL>=0.7
# Also needed, but not covered here, is a working copy of pywikibot-core # Also needed, but not covered here, is a working copy of pywikibot-core
# which also brings mwparserfromhell # which also brings mwparserfromhell
# jogobot
git+https://git.golderweb.de/wiki/jogobot.git#egg=jogobot

Loading…
Cancel
Save