# These dependencies are installed using:
#
#   pip install --upgrade
#
# This list is the default package list. All pure python packages
# for the production environment at runtime should be listed here.
# Binary (non-pure) packages may also be listed here, but you
# should see if there is a conda package that suits your needs.

# see https://github.com/psf/black/blob/master/setup.py#L70
black==20.8b1

regex>=2020.1.8
dataclasses>=0.6; python_version < '3.7'
typing_extensions>=3.7.4
mypy_extensions>=0.4.3
