-
- Downloads
Update Python dependencies (requests, python-twitter) (#3870)
* Update requests to 2.18.1 (was 2.14.2) requests package unvendored all of its packages. Dependencies: - certifi==2017.4.17 (up-to-date) - chardet==3.0.4 (was 2.3.0) - idna==2.5 (new / moved from requests) - urllib3==1.21.1 (new / moved from requests) * Update Twitter notifier (tweet.py) - Replace `oauth2` with `oauthlib` - Use updated twitter API * Install requests-oauthlib 0.8.0 New dependencies for the updated python-twitter. Dependencies: - oauthlib==2.0.2 (new) - requests==2.18.1 (unchanged / up-to-date) * Install python-twitter at 3.3 Dependencies: - future==0.16.0 <-- Not really needed, so not installed - requests==2.18.1 (unchanged / up-to-date) - requests-oauthlib==0.8.0 (unchanged / up-to-date) * Remove old libs - `oauth2` (replaced by `oauthlib` + `requests_oauthlib`) - `pythontwitter` (replaced by newer version in `twitter` folder)
Showing
- lib/README.md 12 additions, 1 deletionlib/README.md
- lib/chardet/__init__.py 15 additions, 8 deletionslib/chardet/__init__.py
- lib/chardet/big5prober.py 4 additions, 0 deletionslib/chardet/big5prober.py
- lib/chardet/chardistribution.py 9 additions, 10 deletionslib/chardet/chardistribution.py
- lib/chardet/charsetgroupprober.py 14 additions, 6 deletionslib/chardet/charsetgroupprober.py
- lib/chardet/charsetprober.py 12 additions, 13 deletionslib/chardet/charsetprober.py
- lib/chardet/cli/chardetect.py 4 additions, 3 deletionslib/chardet/cli/chardetect.py
- lib/chardet/codingstatemachine.py 7 additions, 4 deletionslib/chardet/codingstatemachine.py
- lib/chardet/compat.py 0 additions, 9 deletionslib/chardet/compat.py
- lib/chardet/cp949prober.py 4 additions, 0 deletionslib/chardet/cp949prober.py
- lib/chardet/enums.py 51 additions, 27 deletionslib/chardet/enums.py
- lib/chardet/escprober.py 15 additions, 9 deletionslib/chardet/escprober.py
- lib/chardet/escsm.py 36 additions, 32 deletionslib/chardet/escsm.py
- lib/chardet/eucjpprober.py 13 additions, 9 deletionslib/chardet/eucjpprober.py
- lib/chardet/euckrprober.py 4 additions, 0 deletionslib/chardet/euckrprober.py
- lib/chardet/euctwfreq.py 1 addition, 1 deletionlib/chardet/euctwfreq.py
- lib/chardet/euctwprober.py 4 additions, 0 deletionslib/chardet/euctwprober.py
- lib/chardet/gb2312prober.py 4 additions, 0 deletionslib/chardet/gb2312prober.py
- lib/chardet/hebrewprober.py 16 additions, 13 deletionslib/chardet/hebrewprober.py
- lib/chardet/jpcntx.py 5 additions, 6 deletionslib/chardet/jpcntx.py
Loading
Please register or sign in to comment