File tree Expand file tree Collapse file tree 6 files changed +7
-38
lines changed
Expand file tree Collapse file tree 6 files changed +7
-38
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ __pycache__
33build
44dist
55.env
6+ .venv
Original file line number Diff line number Diff line change 22from chaotic .cloud .cloudscale_ch import CloudscaleChChaotic
33from chaotic .cloud .cloudstack import CloudStackChaotic
44from chaotic .cloud .digitalocean import DigitaloceanChaotic
5- from chaotic .cloud .exoscale import ExoscaleChaotic
65from chaotic .cloud .hcloud import HcloudChaotic
76from chaotic .cloud .nomad import NomadChaotic
87from chaotic .cloud .proxmox_kvm import ProxmoxKvmChaotic
@@ -16,7 +15,6 @@ class ChaoticFactory:
1615 "cloudscale_ch" : CloudscaleChChaotic ,
1716 "cloudstack" : CloudStackChaotic ,
1817 "digitalocean" : DigitaloceanChaotic ,
19- "exoscale" : ExoscaleChaotic ,
2018 "hcloud" : HcloudChaotic ,
2119 "nomad" : NomadChaotic ,
2220 "proxmox_kvm" : ProxmoxKvmChaotic ,
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11cloudscale-sdk
2- cs
32hcloud
43proxmoxer<3.0
54python-digitalocean
Original file line number Diff line number Diff line change 1- certifi == 2024.7.4
2- charset-normalizer == 3.3.2
1+ certifi == 2024.8.30
2+ charset-normalizer == 3.4.0
33cloudscale-sdk == 0.7.0
4- cs == 3.2.0
54hcloud == 2.3.0
6- idna == 3.7
7- jsonpickle == 3.0.2
5+ idna == 3.10
6+ jsonpickle == 3.3.0
87proxmoxer == 2.1.0
9- python-dateutil == 2.8.2
8+ python-dateutil == 2.9.0.post0
109python-digitalocean == 1.17.0
1110python-dotenv == 1.0.1
1211python-json-logger == 2.0.7
13- pytz == 2024.1
1412pyyaml == 6.0.2
1513requests == 2.32.3
1614schedule == 1.2.2
1715six == 1.16.0
18- urllib3 == 2.2.2
16+ urllib3 == 2.2.3
1917xdg == 6.0.0
You can’t perform that action at this time.
0 commit comments