Remove Jinja2/MarkupSafe from wheelhouse.txt

These were pins to cope with supporting python 3.4.  However,
layer-basic (as of [1]) now does the right thing in terms of getting the
correct versions of Jinja2 and MarkupSafe for the version of Ubuntu that
the charm is being built on:

1 - https://github.com/juju-solutions/layer-basic/pull/199

Change-Id: I29533d4794d6fb0e045893c934cb4920cacb408e
This commit is contained in:
Alex Kavanagh 2022-07-08 11:37:04 +01:00
parent 4000b6ea72
commit 315db68d18
1 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,3 @@
# pin Jinja2 to the last versions supporting python 3.4 for trusty
Jinja2<=2.10.1
MarkupSafe<=2.0.1
psutil
setuptools < 50.0