Revision 10728848a0caaf6053f23726e0b04651563dd7fe authored by Ishan Bhanuka on 18 June 2019, 12:18:38 UTC, committed by Ishan Bhanuka on 18 June 2019, 13:49:42 UTC
Remove version checking code, pyblake2 is installed by default on python 3.6+
1 parent b3250d2
Raw File
.gitignore
*~
build
/.coverage
/.coverage.*
dist
*.egg-info/
.eggs/
.hypothesis
*.pyc
__pycache__
.pytest_cache
*.sw?
.tox
version.txt
back to top