Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/python/bl_bundled_modules.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/python/bl_bundled_modules.py b/tests/python/bl_bundled_modules.py
index d3fe2861d9e..012eaf8246d 100644
--- a/tests/python/bl_bundled_modules.py
+++ b/tests/python/bl_bundled_modules.py
@@ -21,9 +21,14 @@
# Test that modules we ship with our Python installation are available
import bz2
+import certifi
import ctypes
+import cython
import lzma
import numpy
+import requests
import sqlite3
import ssl
+import urllib3
import zlib
+import zstandard