From 53dae96bdbfcf09f4cef56afda8a7ad567458eeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20HUBSCHER?= Date: Thu, 23 Apr 2020 10:22:50 +0200 Subject: Pin WTForms 2.2.1 --- ihatemoney/translations/cs/LC_MESSAGES/messages.mo | Bin 0 -> 447 bytes ihatemoney/translations/id/LC_MESSAGES/messages.mo | Bin 0 -> 11040 bytes ihatemoney/translations/uk/LC_MESSAGES/messages.mo | Bin 0 -> 1652 bytes setup.cfg | 1 + 4 files changed, 1 insertion(+) create mode 100644 ihatemoney/translations/cs/LC_MESSAGES/messages.mo create mode 100644 ihatemoney/translations/id/LC_MESSAGES/messages.mo create mode 100644 ihatemoney/translations/uk/LC_MESSAGES/messages.mo diff --git a/ihatemoney/translations/cs/LC_MESSAGES/messages.mo b/ihatemoney/translations/cs/LC_MESSAGES/messages.mo new file mode 100644 index 0000000..3e48ab6 Binary files /dev/null and b/ihatemoney/translations/cs/LC_MESSAGES/messages.mo differ diff --git a/ihatemoney/translations/id/LC_MESSAGES/messages.mo b/ihatemoney/translations/id/LC_MESSAGES/messages.mo new file mode 100644 index 0000000..b52a56f Binary files /dev/null and b/ihatemoney/translations/id/LC_MESSAGES/messages.mo differ diff --git a/ihatemoney/translations/uk/LC_MESSAGES/messages.mo b/ihatemoney/translations/uk/LC_MESSAGES/messages.mo new file mode 100644 index 0000000..0bcb787 Binary files /dev/null and b/ihatemoney/translations/uk/LC_MESSAGES/messages.mo differ diff --git a/setup.cfg b/setup.cfg index be62af2..86cce6a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,6 +34,7 @@ install_requires = Flask-Script==2.0.6 Flask-SQLAlchemy==2.4.1 Flask-WTF==0.14.3 + WTForms==2.2.1 Flask==1.1.2 itsdangerous==1.1.0 Jinja2==2.11.2 -- cgit v1.1