Bubble [main]

README: Updated dependencies

2448d2f0ea3039f776e4411f9c73de1043490768
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