2018-11-04 21:34:53 +01:00
|
|
|
# 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
|
2020-05-25 09:15:00 +04:00
|
|
|
typing; python_version < "3.5"
|
2021-05-13 18:40:17 +00:00
|
|
|
click<8.0; python_version < "3.6"
|
|
|
|
|
click; python_version >= "3.6"
|
2018-12-05 09:37:34 +01:00
|
|
|
toml
|
2020-09-06 20:20:36 +00:00
|
|
|
lexid
|
2020-10-03 16:44:30 +00:00
|
|
|
colorama>=0.4
|
2020-10-14 22:17:18 +00:00
|
|
|
|
2023-05-04 14:37:15 +00:00
|
|
|
# looseversion is needed to parse non PEP440 versions
|
|
|
|
|
looseversion; python_version >= "3.5"
|
|
|
|
|
|
2020-11-01 18:23:33 +00:00
|
|
|
# setuptools is needed for pkg_resources.parse_version
|
|
|
|
|
# Support for Python 2 was dropped with v45
|
|
|
|
|
setuptools<45.0.0; python_version < "3.5"
|