commit | d53db5cfb37c6821e0d3a446f77821469ec7a9a6 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Tue Jan 02 14:15:07 2024 -0500 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Tue Jan 02 14:15:16 2024 -0500 |
tree | 24e76143814d3e775fd3bc678ad107135f4c3edf | |
parent | 4efe827dd6b9bfdea35aee7ec63b719e312ee83c [diff] |
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}