all repos — janny @ a5e17725e7d2ea9c0d165c5c9e96d5da10f782c0

clean up Kubernetes resources after a set TTL

poetry.lock (view raw)

 1[[package]]
 2name = "certifi"
 3version = "2020.12.5"
 4description = "Python package for providing Mozilla's CA Bundle."
 5category = "main"
 6optional = false
 7python-versions = "*"
 8
 9[[package]]
10name = "chardet"
11version = "4.0.0"
12description = "Universal encoding detector for Python 2 and 3"
13category = "main"
14optional = false
15python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
16
17[[package]]
18name = "idna"
19version = "2.10"
20description = "Internationalized Domain Names in Applications (IDNA)"
21category = "main"
22optional = false
23python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
24
25[[package]]
26name = "requests"
27version = "2.25.1"
28description = "Python HTTP for Humans."
29category = "main"
30optional = false
31python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
32
33[package.dependencies]
34certifi = ">=2017.4.17"
35chardet = ">=3.0.2,<5"
36idna = ">=2.5,<3"
37urllib3 = ">=1.21.1,<1.27"
38
39[package.extras]
40security = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)"]
41socks = ["PySocks (>=1.5.6,!=1.5.7)", "win-inet-pton"]
42
43[[package]]
44name = "urllib3"
45version = "1.26.3"
46description = "HTTP library with thread-safe connection pooling, file post, and more."
47category = "main"
48optional = false
49python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
50
51[package.extras]
52brotli = ["brotlipy (>=0.6.0)"]
53secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "ipaddress"]
54socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
55
56[metadata]
57lock-version = "1.1"
58python-versions = "^3.8"
59content-hash = "c7b0119ca233bd369221338d4e3bd93bfe7ed46cd9c788ddccc23908d1a25c28"
60
61[metadata.files]
62certifi = [
63    {file = "certifi-2020.12.5-py2.py3-none-any.whl", hash = "sha256:719a74fb9e33b9bd44cc7f3a8d94bc35e4049deebe19ba7d8e108280cfd59830"},
64    {file = "certifi-2020.12.5.tar.gz", hash = "sha256:1a4995114262bffbc2413b159f2a1a480c969de6e6eb13ee966d470af86af59c"},
65]
66chardet = [
67    {file = "chardet-4.0.0-py2.py3-none-any.whl", hash = "sha256:f864054d66fd9118f2e67044ac8981a54775ec5b67aed0441892edb553d21da5"},
68    {file = "chardet-4.0.0.tar.gz", hash = "sha256:0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa"},
69]
70idna = [
71    {file = "idna-2.10-py2.py3-none-any.whl", hash = "sha256:b97d804b1e9b523befed77c48dacec60e6dcb0b5391d57af6a65a312a90648c0"},
72    {file = "idna-2.10.tar.gz", hash = "sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6"},
73]
74requests = [
75    {file = "requests-2.25.1-py2.py3-none-any.whl", hash = "sha256:c210084e36a42ae6b9219e00e48287def368a26d03a048ddad7bfee44f75871e"},
76    {file = "requests-2.25.1.tar.gz", hash = "sha256:27973dd4a904a4f13b263a19c866c13b92a39ed1c964655f025f3f8d3d75b804"},
77]
78urllib3 = [
79    {file = "urllib3-1.26.3-py2.py3-none-any.whl", hash = "sha256:1b465e494e3e0d8939b50680403e3aedaa2bc434b7d5af64dfd3c958d7f5ae80"},
80    {file = "urllib3-1.26.3.tar.gz", hash = "sha256:de3eedaad74a2683334e282005cd8d7f22f4d55fa690a2a1020a416cb0a47e73"},
81]