pre-commit
protobuf >= 3.6.0
yapf == 0.26.0
pyyaml
Pillow
six >= 1.10.0
chardet == 3.0.4
requests
flask >= 1.1.0
flake8
tb-paddle
tensorboard >= 1.15
cma == 2.7.0
sentencepiece
nltk
colorlog
opencv-python

# numpy no longer support python2 in version 1.17 and above
numpy ; python_version >= "3"
numpy < 1.17.0 ; python_version < "3"

# pandas no longer support python2 in version 0.25 and above
pandas ; python_version >= "3"
pandas < 0.25.0 ; python_version < "3"

# gunicorn not support windows
gunicorn >= 19.10.0; sys_platform != "win32"
