mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-10 23:30:59 +00:00
d99b2feeb3
pkg_resources is available in python 3.12 only if setuptools is explicitely installed, which is not always the case. We fix that by replacing all usage of pkg_resources with importlib_resources and importlib_metadata. Close #966
11 lines
159 B
Plaintext
11 lines
159 B
Plaintext
appdirs
|
|
click>=8.0
|
|
jinja2>=2.10
|
|
kubernetes
|
|
mypy
|
|
pycryptodome>=3.17.0
|
|
pyyaml>=6.0
|
|
typing-extensions>=4.4.0
|
|
importlib-metadata>=7.0.1
|
|
importlib-resources>=6.1.1
|