Python:利用pip/conda命令导出/安装当前环境所有的依赖包及其对应的版本号、在新的环境中安装导出的包之详细攻略
目录
利用pip/conda命令导出/安装当前环境所有的依赖包及其对应的版本号
案例—导出人脸识别项目环境所使用的包
第一步,定位到当前的环境
第二步,执行命令,会在当前文件夹下,生成requirements.txt文件
1、20211115导出
2、20211206导出
利用pip/conda命令导出/安装当前环境所有的依赖包及其对应的版本号pip list
pip freeze > requirements_20211206.txt #导出当前环境所有的依赖包及其对应的版本号
pip install -r requirements_20211206.txt #在新的环境中安装导出的包
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r F:/File_Anaconda/CV2020_RealTimeImageAnimation/requirements.txt
conda list
conda list -e > requirements.txt #导出当前环境所有的依赖包及其对应的版本号
conda install --yes --file requirements.txt #在新的环境中安装导出的包
案例—导出人脸识别项目环境所使用的包
第一步,定位到当前的环境
一般在anaconda环境中使用,先进入该环境。推荐文章:Anaconda :利用Anaconda Prompt (Anaconda3)建立、设计不同python版本及对应库函数环境之详细攻略_一个处女座的程序猿-CSDN博客
第二步,执行命令,会在当前文件夹下,生成requirements.txt文件pip freeze > requirements.txt
1、20211115导出
absl-py==0.9.0
adbutils==0.8.1
aiosmtplib==1.0.6
albumentations==0.4.3
altgraph==0.15
apkutils2==1.0.0
asn1crypto==0.24.0
astor==0.6.2
astunparse==1.6.3
atomicwrites==1.4.0
attrs==20.3.0
autokeras==0.2.19
Automat==0.6.0
backcall==0.1.0
backports.shutil-get-terminal-size==1.0.0
baidu-aip==2.2.8.0
basemap==1.1.0
beautifulsoup4==4.6.0
bleach==1.5.0
boto==2.49.0
boto3==1.8.1
botocore==1.11.1
branca==0.3.0
bz2file==0.98
cached-property==1.5.1
cachetools==4.0.0
cairocffi===file-.cairocffi-VERSION
catboost==0.24.4
certifi==2020.6.20
cffi==1.11.5
cfgv==3.0.0
chardet==3.0.4
ChatterBot==0.8.4
chatterbot-corpus==1.1.1
cigam==0.0.3
click==7.1.2
cloudpickle==1.2.2
cma==2.7.0
colorama==0.3.9
colorlog==4.1.0
compiler==0.2.0
comtypes==1.1.4
configobj==5.0.6
confuse==1.3.0
constantly==15.1.0
contextvars==2.4
cryptography==2.1.4
cssselect==1.0.3
curses==2.2
cvxopt==1.2.5
cvxpy==1.1.3
cx-Freeze==5.1.1
cycler==0.10.0
Cython==0.28.3
dask==2020.12.0
decorator==4.3.0
demjson==2.2.4
Deprecated==1.2.10
deprecation==2.0.6
dill==0.3.1.1
Distance==0.1.3
distributed==2020.12.0
dlib==19.7.0
docker==4.1.0
docutils==0.14
dominate==2.3.1
dukpy==0.2.0
easydict==1.9
easygui==0.96
echarts-china-cities-pypkg==0.0.8
echarts-china-provinces-pypkg==0.0.2
echarts-countries-pypkg==0.1.4
ecos==2.0.7.post1
entrypoints==0.3
et-xmlfile==1.0.1
face-alignment==1.0.0
face-recognition==1.2.1
face-recognition-models==0.3.0
fastparquet==0.4.1
featuretools==0.22.0
fire==0.2.1
flake8==3.7.9
Flask==1.1.1
folium==0.5.0
freetype-py==2.2.0
fsspec==0.8.5
funcsigs==1.0.2
future==0.16.0
fvcore==0.1.dev200108
gast==0.3.3
gensim==3.5.0
gevent==1.4.0
gmplot==1.4.1
google-auth==1.11.2
google-auth-oauthlib==0.4.1
google-pasta==0.2.0
gpxpy==1.3.5
graphviz==0.8.4
greenlet==0.4.15
grpcio==1.27.2
gym==0.10.8
h5py==2.10.0
HeapDict==1.0.1
html5lib==0.9999999
htmlmin==0.1.12
huaweicloud-sdk-python==1.0.15.1
hyperlink==18.0.0
identify==1.4.11
idna==2.6
ImageHash==4.1.0
imageio==2.6.1
imageio-ffmpeg==0.4.2
imbalanced-learn==0.7.0
imgaug==0.2.6
immutables==0.14
importlib-metadata==1.5.0
importlib-resources==1.0.2
incremental==17.5.0
iniconfig==1.1.1
intel-openmp==2019.0
ipykernel==5.3.4
ipython==6.4.0
ipython-genutils==0.2.0
ipywidgets==7.5.1
iso8601==0.1.12
itchat==1.3.10
itsdangerous==0.24
javascripthon==0.10
jdcal==1.4.1
jedi==0.12.0
jieba==0.39
Jinja2==2.11.1
jmespath==0.9.3
joblib==0.16.0
jsonpatch==1.24
jsonpointer==2.0
jsonschema==2.6.0
jupyter==1.0.0
jupyter-client==6.1.7
jupyter-console==5.2.0
jupyter-core==4.6.3
jupyter-echarts-pypkg==0.1.1
Keras==2.2.4
Keras-Applications==1.0.8
Keras-Preprocessing==1.1.0
keras-resnet==0.2.0
keras-retinanet==0.5.1
keras-segmentation==0.2.0
keystoneauth1==3.4.0
Kivy==1.10.0
Kivy-examples==1.10.0
Kivy-Garden==0.1.4
kiwisolver==1.0.1
lightgbm==2.2.2
llvmlite==0.30.0
lmdb==0.94
lml==0.0.2
locket==0.2.0
logzero==1.5.0
lulu==0.5.3
lxml==4.5.2
macholib==1.9
macropy3==1.1.0b2
Markdown==2.6.11
MarkupSafe==1.0
mathparse==0.1.1
matplotlib==3.3.2
mccabe==0.6.1
mglearn==0.1.6
minepy==1.2.4
missingno==0.4.2
mistune==0.8.3
mkl==2019.0
mock==3.0.5
moviepy==1.0.3
mpld3==0.3
msgpack==0.6.2
msgpack-numpy==0.4.4.3
nbconvert==5.3.1
nbformat==4.4.0
networkx==2.5
neurolab==0.3.5
nltk==3.2.5
nodeenv==1.3.5
notebook==6.0.3
numba==0.46.0
numexpr==2.6.4
numpy==1.19.0
nyoka==4.3.0
oauthlib==2.0.6
objgraph==3.4.1
opencv-contrib-python==3.4.2.16
opencv-python==3.4.1.15
openpyxl==3.0.4
opt-einsum==3.2.1
osqp==0.5.0
packaging==20.4
paddlehub==1.5.1
paddlepaddle==1.6.3
pandas==1.1.4
pandas-profiling==2.9.0
pandocfilters==1.4.2
parsel==1.4.0
parso==0.2.0
partd==1.1.0
patsy==0.5.1
pbr==5.4.1
pdfkit==0.6.1
pefile==2017.11.5
phik==0.10.0
pickleshare==0.7.4
Pillow==8.0.0
pipenv==11.9.0
pixellib==0.1.0
plotly==4.14.1
pluggy==0.13.1
portalocker==1.5.2
pre-commit==2.1.0
prettytable==0.7.2
proglog==0.1.9
progress==1.5
progressbar2==3.43.1
prometheus-client==0.8.0
prompt-toolkit==1.0.15
protobuf==3.12.2
psutil==5.6.7
py==1.9.0
py4j==0.10.9
pyarrow==2.0.0
pyasn1==0.4.2
pyasn1-modules==0.2.1
PyAudio==0.2.11
PyAutoGUI==0.9.36
pycocotools==2.0
pycodestyle==2.5.0
pycparser==2.18
pycurl==7.43.0.1
PyDispatcher==2.0.5
pydotplus==2.0.2
pyecharts==1.9.0
pyecharts-javascripthon==0.0.6
pyecharts-jupyter-installer==0.0.3
pyelftools==0.26
pyflakes==2.1.1
pyforest==1.0.3
pygame==1.9.3
pyglet==1.3.1
Pygments==2.2.0
pyinstaller==4.5
pyinstaller-hooks-contrib==2021.2
PyJWT==1.7.1
pymongo==3.6.1
PyMsgBox==1.0.6
pymssql==2.1.3
PyMySQL==0.8.1
pyocr==0.7.2
PyOpenGL==3.1.5
pyOpenSSL==17.5.0
pyparsing==2.2.0
pypiwin32==223
pypmml==0.9.7
pypng==0.0.18
pyproj==1.9.5.1
Pypubsub==4.0.0
PyQRCode==1.2.1
PyQt5==5.10.1
pyqt5-tools==5.9.0.1.2
pyquery==1.4.0
PyScreeze==0.1.14
pyserial==3.4
pyshp==1.2.12
PySocks==1.6.8
pyspark==3.0.1
pytest==6.1.1
python-dateutil==2.8.1
python-docx==0.8.6
python-twitter==3.4.1
python-utils==2.3.0
pyttsx==1.1
pyttsx3==2.90
PyTweening==1.0.3
pytz==2018.3
PyWapFetion==0.9.6
PyWavelets==0.5.2
pywifi==1.1.10
pywin32==223
pywin32-ctypes==0.2.0
pywinpty==0.5.4
PyXB==1.2.6
PyYAML==3.12
pyzmq==17.0.0
qrcode==5.3
QScintilla==2.10.4
qtconsole==4.3.1
queuelib==1.5.0
rarfile==3.1
reprint==0.5.1
requests==2.25.0
requests-oauthlib==0.8.0
retry==0.9.2
retrying==1.3.3
rsa==4.0
s3transfer==0.1.13
schedule==0.6.0
scikit-image==0.16.2
scikit-learn==0.19.1
scikit-survival==0.13.1
scipy==1.1.0
Scrapy==1.5.0
scs==2.1.2
seaborn==0.11.0
selenium==3.141.0
Send2Trash==1.5.0
sentencepiece==0.1.85
service-identity==17.0.0
shap==0.37.0
simplegeneric==0.8.1
simplejson==3.17.0
sip==4.19.8
six==1.15.0
skflow==0.1.0
sklearn==0.0
sklearn-pandas==2.0.2
sklearn-pmml==0.1.2
sklearn2pmml==0.63.1
slicer==0.0.3
sliding-window==0.0.2
slidingwindow==0.0.13
slim==0.1
slowfast==1.0
smart-open==1.6.0
snownlp==0.12.3
sortedcontainers==2.3.0
spyder-kernels==1.9.4
SQLAlchemy==1.2.5
stevedore==1.30.1
style==1.1.0
tables==3.4.2
tabulate==0.8.6
tangled-up-in-unicode==0.0.6
tb-paddle==0.4.0
tblib==1.7.0
tensorboard==1.11.0
tensorboard-plugin-wit==1.6.0.post3
tensorflow==1.11.0
tensorflow-estimator==1.13.0
tensorflow-gpu==2.2.0
tensorflow-gpu-estimator==2.2.0
tensorflow-tensorboard==0.4.0
tensorpack==0.9.8
termcolor==1.1.0
terminado==0.8.1
terminaltables==3.1.0
testpath==0.3.1
textgenrnn==1.2.2
textrank4zh==0.3
threadpoolctl==2.1.0
thrift==0.13.0
toml==0.10.0
toolz==0.11.1
torch==1.3.1
torchvision==0.4.1
tornado==5.1.1
tqdm==4.51.0
traitlets==4.3.2
twilio==6.21.0
Twisted==17.9.0
uiautomator2==2.10.0
update==0.0.1
urllib3==1.22
utils==1.0.0
virtualenv==15.2.0
virtualenv-clone==0.3.0
visions==0.5.0
w3lib==1.19.0
wcwidth==0.1.7
web.py==0.40.dev1
websocket-client==0.56.0
Werkzeug==1.0.0
whichcraft==0.6.1
widgetsnbextension==3.5.1
woe==0.1.4
wordcloud==1.4.1
wrapt==1.12.1
wxgl==0.6.3
wxpy==0.3.9.8
wxPython==4.1.0
xgboost==0.82
xlrd==1.1.0
xlutils==2.0.0
xlwt==1.3.0
xmltodict==0.12.0
yacs==0.1.6
yapf==0.26.0
zhon==1.1.5
zict==2.0.0
zipp==3.0.0
zope.interface==4.4.3
2、20211206导出
absl-py==0.15.0
adbutils==0.8.1
aiosmtplib==1.0.6
albumentations==0.4.3
altgraph==0.15
antlr4-python3-runtime==4.8
apkutils2==1.0.0
asn1crypto==0.24.0
astor==0.6.2
asttokens==2.0.5
astunparse==1.6.3
atomicwrites==1.4.0
attrs==20.3.0
autokeras==0.2.19
Automat==0.6.0
backcall==0.1.0
backports.shutil-get-terminal-size==1.0.0
baidu-aip==2.2.8.0
basemap==1.1.0
beautifulsoup4==4.6.0
black==21.11b1
bleach==1.5.0
blis==0.7.5
boto==2.49.0
boto3==1.8.1
botocore==1.11.1
Bottleneck @ file:///E:/Program%20Files/Python/Bottleneck-1.3.2-cp36-cp36m-win_amd64.whl
branca==0.3.0
bz2file==0.98
cached-property==1.5.1
cachetools==4.0.0
cairocffi===file-.cairocffi-VERSION
catalogue==2.0.6
catboost==0.24.4
certifi==2020.6.20
cffi==1.11.5
cfgv==3.0.0
chardet==3.0.4
ChatterBot==0.8.4
chatterbot-corpus==1.1.1
cigam==0.0.3
clang==5.0
click==7.1.2
cloudpickle==1.2.2
cma==2.7.0
colorama==0.3.9
colorlog==4.1.0
compiler==0.2.0
comtypes==1.1.4
configobj==5.0.6
confuse==1.3.0
constantly==15.1.0
contextvars==2.4
cryptography==2.1.4
cssselect==1.0.3
curses==2.2
cvxopt==1.2.5
cvxpy==1.1.3
cx-Freeze==5.1.1
cycler==0.10.0
cymem==2.0.6
Cython==0.28.3
dask==2020.12.0
dataclasses==0.8
decorator==4.3.0
demjson==2.2.4
Deprecated==1.2.10
deprecation==2.0.6
dill==0.3.1.1
Distance==0.1.3
distributed==2020.12.0
dlib==19.7.0
docker==4.1.0
docutils==0.14
dominate==2.3.1
dukpy==0.2.0
easydict==1.9
easygui==0.96
echarts-china-cities-pypkg==0.0.8
echarts-china-provinces-pypkg==0.0.2
echarts-countries-pypkg==0.1.4
ecos==2.0.7.post1
EditorConfig==0.12.3
entrypoints==0.3
enum34==1.1.10
et-xmlfile==1.0.1
face-alignment==1.0.0
face-recognition==1.2.1
face-recognition-models==0.3.0
fastai==1.0.51
fastparquet==0.4.1
fastprogress==1.0.0
featuretools==0.22.0
ffmpeg-python==0.2.0
fire==0.2.1
flake8==3.7.9
Flask==1.1.1
flatbuffers==1.12
folium==0.5.0
freetype-py==2.2.0
fsspec==0.8.5
funcsigs==1.0.2
future==0.16.0
fvcore==0.1.dev200108
gast==0.4.0
gensim==3.5.0
gevent==1.4.0
gmplot==1.4.1
google-auth==1.11.2
google-auth-oauthlib==0.4.1
google-pasta==0.2.0
gpxpy==1.3.5
graphviz==0.8.4
greenlet==0.4.15
grpcio==1.42.0
gym==0.10.8
h5py==2.9.0
HeapDict==1.0.1
html5lib==0.9999999
htmlmin==0.1.12
huaweicloud-sdk-python==1.0.15.1
hydra-core==1.1.1
hyperlink==18.0.0
identify==1.4.11
idna==2.6
ImageHash==4.1.0
imageio==2.6.1
imageio-ffmpeg==0.4.2
imantics==0.1.12
imbalanced-learn==0.7.0
imgaug==0.2.6
immutables==0.14
importlib-metadata==1.5.0
importlib-resources==1.0.2
incremental==17.5.0
iniconfig==1.1.1
intel-openmp==2019.0
iopath==0.1.9
ipykernel==5.3.4
ipython==6.4.0
ipython-genutils==0.2.0
ipywidgets==7.5.1
iso8601==0.1.12
itchat==1.3.10
itsdangerous==0.24
javascripthon==0.10
jdcal==1.4.1
jedi==0.12.0
jieba==0.39
Jinja2==2.11.1
jmespath==0.9.3
joblib==0.16.0
jsonpatch==1.24
jsonpointer==2.0
jsonschema==2.6.0
jupyter==1.0.0
jupyter-client==6.1.7
jupyter-console==5.2.0
jupyter-core==4.6.3
jupyter-echarts-pypkg==0.1.1
Keras==2.2.2
Keras-Applications==1.0.4
Keras-Preprocessing==1.0.2
keras-resnet==0.2.0
keras-retinanet==0.5.1
keras-segmentation==0.2.0
keystoneauth1==3.4.0
Kivy==1.10.0
Kivy-examples==1.10.0
Kivy-Garden==0.1.4
kiwisolver==1.0.1
labelme2coco==0.1.2
langcodes==3.3.0
lightgbm==2.2.2
llvmlite==0.30.0
lmdb==0.94
lml==0.0.2
locket==0.2.0
logzero==1.5.0
lulu==0.5.3
lxml==4.5.2
macholib==1.9
macropy3==1.1.0b2
Markdown==2.6.11
MarkupSafe==1.0
mathparse==0.1.1
matplotlib==2.2.2
mccabe==0.6.1
mglearn==0.1.6
minepy==1.2.4
missingno==0.4.2
mistune==0.8.3
mkl==2019.0
mock==3.0.5
moviepy==1.0.3
mpld3==0.3
msgpack==0.6.2
msgpack-numpy==0.4.4.3
murmurhash==1.0.6
mypy-extensions==0.4.3
nbconvert==5.3.1
nbformat==4.4.0
networkx==2.5
neurolab==0.3.5
nltk==3.2.5
nodeenv==1.3.5
notebook==6.0.3
numba==0.46.0
numexpr==2.6.4
numpy==1.15.4
nvidia-ml-py3==7.352.0
nyoka==4.3.0
oauthlib==2.0.6
objgraph==3.4.1
omegaconf==2.1.1
opencv-contrib-python==3.4.2.16
opencv-python==3.4.1.15
openpyxl==3.0.4
opt-einsum==3.3.0
osqp==0.5.0
packaging==20.4
paddlehub==1.5.1
paddlepaddle==1.6.3
pandas==1.1.4
pandas-profiling==2.9.0
pandocfilters==1.4.2
parsel==1.4.0
parso==0.2.0
partd==1.1.0
pathspec==0.9.0
pathy==0.6.1
patsy==0.5.1
pbr==5.4.1
pdfkit==0.6.1
pefile==2017.11.5
phik==0.10.0
pickleshare==0.7.4
Pillow==8.0.0
pipenv==11.9.0
pixellib==0.1.0
platformdirs==2.4.0
plotly==4.14.1
pluggy==0.13.1
portalocker==1.5.2
pre-commit==2.1.0
preshed==3.0.6
prettytable==0.7.2
proglog==0.1.9
progress==1.5
progressbar2==3.43.1
prometheus-client==0.8.0
prompt-toolkit==1.0.15
protobuf==3.12.2
psutil==5.6.7
py==1.9.0
py4j==0.10.9
pyarrow==2.0.0
pyasn1==0.4.2
pyasn1-modules==0.2.1
PyAudio==0.2.11
PyAutoGUI==0.9.36
pycocotools==2.0
pycodestyle==2.5.0
pycparser==2.18
pycurl==7.43.0.1
pydantic==1.8.2
PyDispatcher==2.0.5
pydot==1.4.2
pydotplus==2.0.2
pyecharts==1.9.0
pyecharts-javascripthon==0.0.6
pyecharts-jupyter-installer==0.0.3
pyelftools==0.26
pyenchant==3.2.2
pyflakes==2.1.1
pyforest==1.0.3
pygame==1.9.3
pyglet==1.3.1
Pygments==2.2.0
pyinstaller==4.5
pyinstaller-hooks-contrib==2021.2
PyJWT==1.7.1
pymongo==3.6.1
PyMsgBox==1.0.6
pymssql==2.1.3
PyMySQL==0.8.1
pyocr==0.7.2
PyOpenGL==3.1.5
pyOpenSSL==17.5.0
pyparsing==2.2.0
pypiwin32==223
pypmml==0.9.7
pypng==0.0.18
pyproj==1.9.5.1
Pypubsub==4.0.0
PyQRCode==1.2.1
PyQt5==5.15.6
PyQt5-Qt5==5.15.2
PyQt5-sip==12.9.0
PyQtChart==5.15.4
PyQtChart-Qt5==5.15.2
PyQtWebEngine==5.15.5
PyQtWebEngine-Qt5==5.15.2
pyquery==1.4.0
PyScreeze==0.1.14
pyserial==3.4
pyshp==1.2.12
PySocks==1.6.8
pyspark==3.0.1
pytest==6.1.1
python-dateutil==2.8.1
python-docx==0.8.6
python-twitter==3.4.1
python-utils==2.3.0
pyttsx==1.1
pyttsx3==2.90
PyTweening==1.0.3
pytz==2018.3
PyWapFetion==0.9.6
PyWavelets==0.5.2
pywifi==1.1.10
pywin32==223
pywin32-ctypes==0.2.0
pywinpty==0.5.4
PyXB==1.2.6
PyYAML==6.0
pyzmq==17.0.0
qrcode==5.3
QScintilla==2.13.1
qt5-applications==5.15.1.2.2
qtconsole==4.3.1
queuelib==1.5.0
rarfile==3.1
regex==2021.11.10
reprint==0.5.1
requests==2.25.0
requests-oauthlib==0.8.0
retry==0.9.2
retrying==1.3.3
rsa==4.0
s3transfer==0.1.13
schedule==0.6.0
scikit-image==0.13.1
scikit-learn==0.19.1
scikit-survival==0.13.1
scipy==1.1.0
Scrapy==1.5.0
scs==2.1.2
seaborn==0.11.0
selenium==3.141.0
Send2Trash==1.5.0
sentencepiece==0.1.85
service-identity==17.0.0
shap==0.37.0
simplegeneric==0.8.1
simplejson==3.17.0
sip==4.19.8
six==1.15.0
skflow==0.1.0
sklearn==0.0
sklearn-pandas==2.0.2
sklearn-pmml==0.1.2
sklearn2pmml==0.63.1
slicer==0.0.3
sliding-window==0.0.2
slidingwindow==0.0.13
slim==0.1
slowfast==1.0
smart-open==5.2.1
snownlp==0.12.3
sortedcontainers==2.3.0
spacy==3.2.0
spacy-legacy==3.0.8
spacy-loggers==1.0.1
spyder-kernels==1.9.4
SQLAlchemy==1.2.5
srsly==2.4.2
stevedore==1.30.1
style==1.1.0
tables==3.4.2
tabulate==0.8.6
tangled-up-in-unicode==0.0.6
tb-paddle==0.4.0
tblib==1.7.0
tensorboard==1.11.0
tensorboard-data-server==0.6.1
tensorboard-plugin-wit==1.6.0.post3
tensorboardX==1.6
tensorflow==1.10.0
tensorflow-tensorboard==0.4.0
tensorpack==0.9.8
termcolor==1.1.0
terminado==0.8.1
terminaltables==3.1.0
testpath==0.3.1
textgenrnn==1.2.2
textrank4zh==0.3
thinc==8.0.13
threadpoolctl==2.1.0
thrift==0.13.0
toml==0.10.0
tomli==1.2.2
toolz==0.11.1
torch==1.3.1
torchvision==0.4.1
tornado==5.1.1
tqdm==4.51.0
traitlets==4.3.2
twilio==6.21.0
Twisted==17.9.0
typed-ast==1.5.0
typer==0.4.0
typing==3.7.4.3
typing-extensions==3.7.4.3
uiautomator2==2.10.0
update==0.0.1
urllib3==1.22
utils==1.0.0
virtualenv==15.2.0
virtualenv-clone==0.3.0
visions==0.5.0
w3lib==1.19.0
wasabi==0.8.2
wcwidth==0.1.7
web.py==0.40.dev1
websocket-client==0.56.0
Werkzeug==1.0.0
whichcraft==0.6.1
widgetsnbextension==3.5.1
woe==0.1.4
wordcloud==1.4.1
wrapt==1.12.1
wxgl==0.6.3
wxpy==0.3.9.8
wxPython==4.1.0
xgboost==0.82
xlrd==1.1.0
xlutils==2.0.0
xlwt==1.3.0
xmljson==0.2.1
xmltodict==0.12.0
yacs==0.1.6
yapf==0.26.0
youtube-dl==2019.4.17
zhon==1.1.5
zict==2.0.0
zipp==3.0.0
zope.interface==4.4.3