slackclient==2.5.0                            # https://github.com/slackapi/python-slackclient
docker==4.2.1                                 # https://github.com/docker/docker-py/
gitpython==3.1.0                              # https://github.com/gitpython-developers/GitPython
giturlparse==0.9.2                            # https://github.com/nephila/giturlparse
jinja2==2.11.1                                # https://github.com/pallets/jinja
click>=7.0                                    # https://github.com/pallets/click
pydantic==1.4                                 # https://github.com/samuelcolvin/pydantic
pydantic[dotenv]==1.3
python-dotenv==0.11.0                         # https://github.com/theskumar/python-dotenv
sh==1.13.1                                    # https://github.com/amoffat/sh

# Other utils
# ------------------------------------------------------------------------------
colorama==0.3.7                               # https://github.com/tartley/colorama
pytz==2019.1                                  # https://github.com/stub42/pytz

# Deployment
# ------------------------------------------------------------------------------
bump2version==1.0.1                           # https://github.com/peritus/bumpversion
ipython>=7.13.0                               # https://github.com/ipython/ipython
twine                                         # https://github.com/pypa/twine/
tox                                           # https://github.com/tox-dev/to
wheel                                         # https://github.com/pypa/wheel

# Development
# ------------------------------------------------------------------------------
autopep8                                      # https://github.com/hhatto/autopep8
flake8                                        # https://github.com/PyCQA/flake8
mypy                                          # https://github.com/python/mypy
pylint

# Testing
# ------------------------------------------------------------------------------
coverage==4.5.3                               # https://github.com/nedbat/coveragepy
pydevd-pycharm~=192.6817.19                   # https://github.com/JetBrains/intellij-community
testfixtures==6.10.0                          # https://github.com/Simplistix/testfixtures
