fix requirements, update changelog
This commit is contained in:
parent
bab2f7d53c
commit
91ba6f1773
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
GitPython==2.1.1
|
||||
PyGithub==1.32
|
||||
requests[security]==2.13.0
|
||||
uritemplate==3.0.0
|
||||
|
|
Loading…
Reference in a new issue