Skip to content

Commit

Permalink
python 3 port!
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Jan 9, 2018
1 parent 8c99e37 commit 02990ac
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
/.eggs/
/*.egg-info
/l
/l3
/local/
/local3/
datastore.dat
oauth_client_secret
private_notes
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,9 @@ you have it as a relative directory. pip requires fully qualified directories.
Changelog
---
### 1.11 - unreleased
* Facebook
* Facebook:
* Pass `state` to the initial OAuth endpoint directly, instead of encoding it into the redirect URL, so the redirect can [match the Strict Mode whitelist](https://developers.facebook.com/blog/post/2017/12/18/strict-uri-matching/).
* Port webutil to Python 3!
* Add humanize dependency for webutil.logs.

### 1.10 - 2017-12-10
Expand Down
2 changes: 1 addition & 1 deletion oauth_dropins/webutil
3 changes: 3 additions & 0 deletions requirements.freeze.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ certifi==2017.7.27.1
chardet==3.0.4
coverage==4.0.3
-e git+git@github.com:snarfed/gdata-python-client-1.git@1df4e1efea7e5cf2754bc7eec6c1ab48ab09e3b1#egg=gdata
future==0.16.0
google-api-python-client==1.6.3
html5lib==0.9999999
httplib2==0.10.3
Expand All @@ -12,6 +13,7 @@ Jinja2==2.10
MarkupSafe==1.0
mf2py==1.0.4
mf2util==0.3.2
mox3>=0.24.0
oauth2client==4.1.2
oauthlib==2.0.2
pyasn1==0.3.3
Expand All @@ -26,3 +28,4 @@ six==1.10.0
tweepy==3.4.0
uritemplate==3.0.0
urllib3==1.22
webapp2==3.0.0b1
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Keep in sync with setup.py's install_requires!
-e git+https://github.com/snarfed/gdata-python-client-1.git#egg=gdata
future
google-api-python-client>=1.6.3
httplib2
humanize
Expand All @@ -13,4 +14,6 @@ tweepy>=3.0
beautifulsoup4
mf2py
mf2util
mox3>=0.24.0
urllib3>=1.14
webapp2>=3.0.0b1

0 comments on commit 02990ac

Please sign in to comment.