Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot] dc06fa02fa
Bump wheel from 0.30.0 to 0.38.1
Bumps [wheel](https://github.com/pypa/wheel) from 0.30.0 to 0.38.1.
- [Release notes](https://github.com/pypa/wheel/releases)
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](https://github.com/pypa/wheel/compare/0.30.0...0.38.1)

---
updated-dependencies:
- dependency-name: wheel
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-26 20:39:29 +00:00
2 changed files with 4 additions and 5 deletions

View File

@ -2,10 +2,6 @@
Django-Cryptolock
=============================
**DISCLAIMER: This project is no longer maintained. Feel free to fork. The
PyPI package will remain available, but any user's should replace it as soon
as possible.**
Authentication using cryptocurrency wallets for Django projects.
This package provides a django app containing a set of utilities to
@ -14,6 +10,9 @@ implement the BitId and Monero Cryptolock authentication "protocols".
Future releases might include other cryptocurrencies but for the being
(until we reach some stability) all the focus will remain on BTC and XMR.
**DISCLAIMER:** This package is on a early stage of development, It isn't meant to be
used on production (in other words, only test projects for now).
Documentation
-------------

View File

@ -2,6 +2,6 @@
djangorestframework>=3.9.3
bumpversion==0.5.3
wheel==0.30.0
wheel==0.38.1
twine==3.1.0
Sphinx==2.2.1