mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
bootstrapit update
This commit is contained in:
parent
afe90a8d74
commit
4bf07261d8
8 changed files with 201 additions and 93 deletions
|
|
@ -24,11 +24,15 @@ ujson
|
|||
|
||||
# The hot new pkdf on the block is argon2, winner of
|
||||
# the https://password-hashing.net/ competition.
|
||||
argon2_cffi
|
||||
# argon2_cffi
|
||||
|
||||
# https://blake2.net/
|
||||
# BLAKE2 is a cryptographic hash function faster than MD5, SHA-1,
|
||||
# SHA-2, and SHA-3, yet is at least as secure as the latest standard
|
||||
# SHA-3. BLAKE2 has been adopted by many projects due to its high
|
||||
# speed, security, and simplicity.
|
||||
pyblake2
|
||||
# pyblake2
|
||||
|
||||
# pytest is required in every environment to run the test suite
|
||||
# against the installed modules.
|
||||
pytest
|
||||
|
|
|
|||
|
|
@ -34,4 +34,3 @@ snakeviz
|
|||
# add one after you've tested it and found it to be actually useful.
|
||||
|
||||
ipython # nuff said
|
||||
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ pytest
|
|||
pytest-cov
|
||||
pylint
|
||||
|
||||
readme_renderer[md]
|
||||
twine
|
||||
|
||||
md-toc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue