fix requirements, update changelog

This commit is contained in:
Jeremy Kauffman 2017-06-28 14:21:21 -04:00
parent bab2f7d53c
commit 91ba6f1773
2 changed files with 3 additions and 1 deletions

View file

@ -28,6 +28,7 @@ Web UI version numbers should always match the corresponding version of LBRY App
* Show page updates correctly when navigating from show page to another show page * Show page updates correctly when navigating from show page to another show page
* NSFW setting respected on show page * NSFW setting respected on show page
* URI handling navigates to correct page if app is closed * URI handling navigates to correct page if app is closed
* URI handling issues specific to Windows (maybe)
* Changing the NSFW setting refreshes properly (previously required app restart) * Changing the NSFW setting refreshes properly (previously required app restart)
### Deprecated ### Deprecated

View file

@ -1,3 +1,4 @@
GitPython==2.1.1
PyGithub==1.32 PyGithub==1.32
requests[security]==2.13.0 requests[security]==2.13.0
uritemplate==3.0.0 uritemplate==3.0.0