toxygen/requirements.txt

27 lines
857 B
Plaintext
Raw Permalink Normal View History

2024-02-05 15:58:00 +01:00
# the versions are the current ones tested - may work with earlier versions
# choose one of PyQt5 PyQt6 PySide2 PySide6
2024-02-10 21:32:31 +01:00
# for now PyQt5 and PyQt6 is working, and most of the testing is PyQt5
# usually this is installed by your OS package manager and pip may not
# detect the right version, so we leave these commented
# PyQt5 >= 5.15.10
2024-02-11 09:10:36 +01:00
# this is not on pypi yet but is required - get it from
# https://git.plastiras.org/emdee/toxygen_wrapper
# toxygen_wrapper == 1.0.0
2024-02-05 18:15:29 +01:00
QtPy >= 2.4.1
2024-02-05 15:58:00 +01:00
PyAudio >= 0.2.13
numpy >= 1.26.1
opencv_python >= 4.8.0
pillow >= 10.2.0
gevent >= 23.9.1
2024-02-11 00:52:50 +01:00
pydenticon >= 0.3.1
2024-02-05 15:58:00 +01:00
greenlet >= 2.0.2
2024-02-11 00:52:50 +01:00
sounddevice >= 0.3.15
2024-02-05 15:58:00 +01:00
# this is optional
coloredlogs >= 15.0.1
# this is optional
# qtconsole >= 5.4.3
2024-02-11 09:10:36 +01:00
# this is not on pypi yet but is optional for qweechat - get it from
# https://git.plastiras.org/emdee/qweechat
# qweechat_wrapper == 0.0.1