diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fbd776..14e44d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ All notable changes to this project will be documented in this file. - fixed cli error when resquest restAPI plugins and proxies - fixed restApi error when get exceptions http request - fixed wirelesscontroller not started into restAPI mode +- fixed locale error in docker container ## [Released] diff --git a/requirements.txt b/requirements.txt index de5e7fc..bb17e35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ netifaces>=0.10.9 netaddr>=0.7.19 dhcplib==0.1.1 tabulate>=0.8.5 -urwid==2.1.1 +urwid==2.1.2 termcolor>=1.1.0 twisted==19.7.0 PyQt5>=5.14