feat: update pre-installed extensions on re-create

This commit is contained in:
Vlad Stan
2023-01-19 10:15:56 +02:00
parent 69b8dfa21f
commit aa006b66d1
3 changed files with 25 additions and 10 deletions
-1
View File
@@ -5,7 +5,6 @@ import time
import uuid
from http import HTTPStatus
from io import BytesIO
from pathlib import Path
from typing import Dict, List, Optional, Tuple, Union
from urllib.parse import ParseResult, parse_qs, urlencode, urlparse, urlunparse