21 lines
580 B
Plaintext
21 lines
580 B
Plaintext
# the versions are the current ones tested - may work with earlier versions
|
|
# choose one of PyQt5 PyQt6 PySide2 PySide6
|
|
# for now only PyQt5 is working:
|
|
# AttributeError: module 'qtpy.QtCore' has no attribute 'pyqtSignal'
|
|
PyQt5 >= 5.15.10
|
|
QtPy >= 2.4.1
|
|
PyAudio >= 0.2.13
|
|
numpy >= 1.26.1
|
|
opencv_python >= 4.8.0
|
|
pydenticon >= 0.3.1
|
|
pillow >= 10.2.0
|
|
gevent >= 23.9.1
|
|
greenlet >= 2.0.2
|
|
# this is optional
|
|
coloredlogs >= 15.0.1
|
|
# this is optional
|
|
# qtconsole >= 5.4.3
|
|
# this is not on pypi yet - get it from
|
|
# https://git.plastiras.org/emdee/toxygen_wrapper
|
|
# toxygen_wrapper == 1.0.0
|