-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwheelhouse.txt
28 lines (24 loc) · 797 Bytes
/
wheelhouse.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
aiohttp>=3.7.4,<3.8.0
gunicorn>=20.0.0,<21.0.0
loadbalancer-interface
typing_extensions<4.0
git+https://github.com/juju/charm-helpers.git#egg=charmhelpers
# idna>=3.4 and beyond (needed by aiohttp and hvac)
# requires flit-core for building its wheel.
#
# flit-core can run on python3.6, but requires pip
# be upgraded to at least 20.0.2 (same as on focal)
#
flit-core<4
pip==20.0.2 # necessary for bionic
# psutil>=5.9.3 added requirement of setuptools>=43
#
# layer-basic pins-back pip and setuptools
# for full compatability with bionic
psutil==5.9.2
# avoid ops 2.1.0 which had a broken setup that kills pip
ops!=2.1.0
# attrs>=23.1.0, urllib3<=2.0.0 have a build dependency on hatchling, calver, et al
# rather than pulling in a list of new deps, pin these
attrs<23.1.0
urllib3<2.0.0