diff --git a/CHANGELOG.md b/CHANGELOG.md index 46629d7d7..90c6d83cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 * NSFW setting respected on show page * 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) ### Deprecated diff --git a/build/requirements.txt b/build/requirements.txt index 1b43b1083..75805d517 100644 --- a/build/requirements.txt +++ b/build/requirements.txt @@ -1,5 +1,6 @@ +GitPython==2.1.1 PyGithub==1.32 requests[security]==2.13.0 uritemplate==3.0.0 git+https://github.com/lbryio/bumpversion.git -boto3==1.4.4 \ No newline at end of file +boto3==1.4.4