From 2448d2f0ea3039f776e4411f9c73de1043490768 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= Date: Thu, 22 Jun 2023 10:58:48 +0300 Subject: [PATCH 1/1] README: Updated dependencies --- README.md | 3 ++- requirements.txt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c83903..861fc87 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ Bubble has been designed to be useful for both individuals and communities. It h - Python 3.6+ (same as GmCapsule) - MariaDB database -- MariaDB Python Connector module ("mariadb" on PyPI) +- `mariadb` (MariaDB Python Connector module) +- `pytz` (backwards-compatible time zone library) ## Installation diff --git a/requirements.txt b/requirements.txt index af44f19..0be5735 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ +mariadb pytz -- 2.34.1