Skip to content
This repository was archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
Remove multicolorcaptcha submodule. Use it from pypi package.
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Rios committed Oct 12, 2020
1 parent 1811197 commit 8fc9d4c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "sources/lib/multicolor_captcha_generator"]
path = sources/lib/multicolor_captcha_generator
url = https://github.com/J-Rios/multicolor_captcha_generator
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To generate Captchas, the Bot uses [multicolor_captcha_generator library](https:
2. Get the project and install JoinCaptchaBot requirements:

```bash
git clone --recurse-submodules https://github.com/J-Rios/TLG_JoinCaptchaBot
git clone https://github.com/J-Rios/TLG_JoinCaptchaBot
pip install -r TLG_JoinCaptchaBot/requirements.txt
```

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
python_telegram_bot==12.8.0
Pillow==7.1.2
multicolorcaptcha==1.0.0
2 changes: 1 addition & 1 deletion sources/join_captcha_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

from constants import SCRIPT_PATH, CONST, TEXT
from tsjson import TSjson
from lib.multicolor_captcha_generator.img_captcha_gen import CaptchaGenerator
from multicolorcaptcha import CaptchaGenerator

################################################################################
### Globals
Expand Down
1 change: 0 additions & 1 deletion sources/lib/multicolor_captcha_generator
Submodule multicolor_captcha_generator deleted from 955c11

0 comments on commit 8fc9d4c

Please sign in to comment.