gusibi / python-weixin

微信(weixin|wechat) Python SDK 支持开放平台和公众平台 支持微信小程序云开发
https://github.com/gusibi/python-weixin/wiki/快速开始
Other
841 stars 230 forks source link

upgrade requirements.txt #26

Closed ace-han closed 6 years ago

ace-han commented 6 years ago

upgrade all versions in requirements.txt to the latest

avoid any risk in pipenv conflicts remove version number for requests, chardet

simplejson
requests==2.4.1
chardet==2.3.0
six
lxml
xmltodict
pycrypto

to

...
requests
chardet
...

error msg

image

ace-han commented 6 years ago

I think it should be fixed by dc3eb50b6b843775a730042c146987798033f5cb, thx.