mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
17 lines
440 B
Text
17 lines
440 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
|
|
click
|
|
toml
|
|
lexid
|
|
colorama>=0.4
|
|
|
|
# looseversion is needed to parse non PEP440 versions
|
|
looseversion
|