bumpversion~=0.5.3
wheel~=0.34.2
tox~=3.16.0

flake8~=3.8.3
pytest~=5.4.3
pytest-cov~=2.11.1

Click~=7.1
cookiecutter~=1.6.0

# support for resumable files to simulate resumable.js
resumable~=0.1.1  # https://github.com/acroz/resumable.py

# yaml support
PyYAML~=5.3  # https://pypi.org/project/PyYAML/#description

# dotenv support
python-dotenv~=0.14.0

# git support
gitpython~=3.1.3

# appdirs
appdirs~=1.4.4

# slugify
python-slugify~=4.0.1
