Revision f2dba177adf000b5bf855e98d16afc762bd9b0e0 authored by Valentin Lorentz on 08 April 2021, 17:26:53 UTC, committed by Valentin Lorentz on 12 April 2021, 11:18:58 UTC
Otherwise, they will get an error asking them to install Click
(or Dulwich if Click installed and they use -t snapshot)
1 parent 27a05d6
Raw File
.gitignore
*~
build
/.coverage
/.coverage.*
dist
*.egg-info/
.eggs/
.hypothesis
*.pyc
__pycache__
.pytest_cache
*.sw?
.tox
version.txt
.mypy_cache/
back to top