chore: add pymysql + python-memcached
diff --git a/images/cloud-archive-builder/Earthfile b/images/cloud-archive-builder/Earthfile
index 572a3e0..1d9bfa1 100644
--- a/images/cloud-archive-builder/Earthfile
+++ b/images/cloud-archive-builder/Earthfile
@@ -33,6 +33,8 @@
     /var/lib/openstack/bin/pip3 install \
       --constraint /upper-constraints.txt \
       --find-links /wheels/ \
+      pymysql \
+      python-memcached \
       uwsgi \
       /src${EXTRAS} \
       ${PIP_PACKAGES}