Skip to content

Commit 5e8d54e

Browse files
committed
Replace the local django_altcha module by wheel dist #235
Signed-off-by: tdruez <[email protected]>
1 parent 3d7dea0 commit 5e8d54e

File tree

7 files changed

+17
-199
lines changed

7 files changed

+17
-199
lines changed

django_altcha/__init__.py

Lines changed: 0 additions & 172 deletions
This file was deleted.

django_altcha/static/altcha/altcha.min.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

django_altcha/static/altcha/altcha.min.js.ABOUT

Lines changed: 0 additions & 7 deletions
This file was deleted.

django_altcha/templates/altcha_widget.html

Lines changed: 0 additions & 11 deletions
This file was deleted.

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,13 @@ install_requires =
6161
django-grappelli==4.0.1
6262
django-filter==24.3
6363
django-registration==3.4
64-
altcha==0.1.9
6564
confusable_homoglyphs==3.3.1
6665
django-guardian==2.4.0
6766
django-environ==0.12.0
6867
django-debug-toolbar==5.0.1
68+
# CAPTCHA
69+
altcha==0.1.9
70+
django_altcha==0.0.1
6971
# REST API
7072
djangorestframework==3.15.2
7173
# API documentation, `coreapi` and its requirements:
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
about_resource: altcha-0.1.9-py3-none-any.whl
2+
name: altcha
3+
version: 0.1.9
4+
download_url: https://files.pythonhosted.org/packages/cf/a8/8327d1b64e4961b2c762788efacd3a91d7f38d5bbb59a3393aa316aa95e2/altcha-0.1.9-py3-none-any.whl
5+
package_url: pkg:pypi/[email protected]
6+
license_expression: mit
7+
copyright: Copyright altcha project contributors
8+
attribute: yes
9+
checksum_md5: 8a7d2b078ad47c4e44deb21cdf47b340
10+
checksum_sha1: aa4570f30c4a2bfd3e9f46a2ca4cbc61026ce39e
11+
licenses:
12+
- key: mit
13+
name: MIT License
14+
file: mit.LICENSE
24.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)