ldap_filter==0.2.2                            # https://github.com/SteveEwell/python-ldap-filter
pytz==2019.3                                  # https://github.com/stub42/pytz
python-ldap==3.2.0                            # https://github.com/python-ldap/python-ldap

# Packaging
# ------------------------------------------------------------------------------
bumpversion==0.5.3                            # https://github.com/peritus/bumpversion
twine                                         # https://github.com/pypa/twine/
tox                                           # https://github.com/tox-dev/to
wheel                                         # https://github.com/pypa/wheel

# Development
# ------------------------------------------------------------------------------
autopep8==0.8                                 # https://github.com/hhatto/autopep8
flake8==3.7.5                                 # https://github.com/PyCQA/flake8
pycodestyle==2.5.0                            # https://github.com/PyCQA/pycodestyle
mypy==0.701                                   # https://github.com/python/mypy

# Testing
# ------------------------------------------------------------------------------
testfixtures==6.10.0                          # https://github.com/Simplistix/testfixtures
mock==3.0.5                                   # https://github.com/testing-cabal/mock
nose==1.3.7                                   # https://github.com/nose-devs/nose

# Other utils
# ------------------------------------------------------------------------------
colorama==0.3.7                               # https://github.com/tartley/colorama
ipython==7.1.0                                # https://github.com/ipython/ipython
