We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa667b0 commit b4f8a0cCopy full SHA for b4f8a0c
requirements.txt
@@ -5,8 +5,8 @@ beautifulsoup4
5
ipaddress
6
Jinja2
7
Pillow
8
-opencv-python
9
requests
+numpy
10
bs4
11
captcha
12
bcrypt
setup.py
@@ -30,7 +30,7 @@
30
31
setup(
32
name='flask_Captchaify',
33
- version='1.6.7.6',
+ version='1.6.7.7',
34
description='Protect against bots and DDoS attacks',
35
long_description=long_description,
36
long_description_content_type='text/markdown',
0 commit comments