6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-21 17:09:03 +00:00
tutor/requirements
Abdul-Muqadim-Arbisoft d99b2feeb3 fix: remove pkg_resources for python 3.12 compatibility
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
2024-02-09 22:06:30 +01:00
..
base.in fix: remove pkg_resources for python 3.12 compatibility 2024-02-09 22:06:30 +01:00
base.txt fix: remove pkg_resources for python 3.12 compatibility 2024-02-09 22:06:30 +01:00
dev.in feat: upgrade to quince 2023-12-11 20:41:32 +01:00
dev.txt fix: remove pkg_resources for python 3.12 compatibility 2024-02-09 22:06:30 +01:00
docs.in chore: upgrade reqs 2023-08-29 15:53:27 +02:00
docs.txt fix: remove pkg_resources for python 3.12 compatibility 2024-02-09 22:06:30 +01:00
plugins.txt feat: upgrade to quince 2023-12-11 20:41:32 +01:00