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
# ------------------------------------------------------------------------------
bumpversion==0.5.3                            # https://github.com/peritus/bumpversion
Sphinx==2.0.1                                 # https://github.com/sphinx-doc/sphinx
ipython==7.1.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
# ---- Purposely unpinned ----
awscli                                        # https://github.com/aws/aws-cli

# Development
# ------------------------------------------------------------------------------
autopep8==1.4.4                               # https://github.com/hhatto/autopep8
flake8==3.7.9                                 # https://github.com/PyCQA/flake8
pycodestyle==2.5.0                            # https://github.com/PyCQA/pycodestyle
python-language-server==0.31.4                # https://github.com/palantir/python-language-server

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