GitPython>=2.1.1,<3
pylint>=1.6.5,<2
six>=1.10.0,<2
typing>=3.5.3.0,<4
autopep8>=1.2.2,<2

[dev]
mock==2.0.0; python_version < "3.3"
mypy==0.501; python_version >= "3.3"
pycodestyle==2.3.1
pytest==3.0.6
pytest-randomly==1.1.2
