bumpver/requirements/pypi.txt
2020-11-01 18:23:33 +00:00

20 lines
589 B
Text

# 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.
pathlib2
typing; python_version < "3.5"
click
toml
lexid
colorama>=0.4
# setuptools is needed for pkg_resources.parse_version
# Support for Python 2 was dropped with v45
setuptools<45.0.0; python_version < "3.5"
setuptools>=45.0.0; python_version >= "3.5"