From b107fc723ea8b5ef814eeb1502fc33e7fa1c6d12 Mon Sep 17 00:00:00 2001 From: oza6ut0ne <33759728+oza6ut0ne@users.noreply.github.com> Date: Sun, 21 Feb 2021 16:48:12 +0900 Subject: [PATCH] fixed locale error in docker container (#129) --- CHANGELOG.md | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f52d2745..fa5b8795 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,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 b84d4077..19eaa019 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