blob: b6d2452feaa179d4ba1488d6d55b66f6407c85c3 [file] [log] [blame]
Peter Pentchev469dfea2022-06-27 12:48:18 +03001# NOTES(lourot):
2# * We don't install charmcraft via pip anymore because it anyway spins up a
3# container and scp the system's charmcraft snap inside it. So the charmcraft
4# snap is necessary on the system anyway.
5# * `tox -e build` successfully validated with charmcraft 1.2.1
6
7cffi==1.14.6; python_version < '3.6' # cffi 1.15.0 drops support for py35.