mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
31 lines
599 B
Plaintext
31 lines
599 B
Plaintext
# Python packages needed for building and testing wxPython Phoenix
|
|
-r install.txt
|
|
appdirs
|
|
setuptools
|
|
sip == 6.9.1
|
|
|
|
wheel
|
|
twine
|
|
requests
|
|
requests[security]
|
|
cython==3.0.10
|
|
pytest
|
|
pytest-xdist
|
|
pytest-forked
|
|
pytest-timeout
|
|
|
|
sphinx==2.2.0 ; python_version >= '3.0'
|
|
sphinx==1.8.5 ; python_version < '3.0'
|
|
alabaster<0.7.14
|
|
sphinxcontrib-applehelp<1.0.8
|
|
sphinxcontrib-devhelp<1.0.6
|
|
sphinxcontrib-htmlhelp<2.0.5
|
|
sphinxcontrib-jsmath<1.0.2
|
|
sphinxcontrib-qthelp<1.0.7
|
|
sphinxcontrib-serializinghtml<1.1.10
|
|
Jinja2==2.10
|
|
markupsafe==1.1.1
|
|
doc2dash==2.3.0
|
|
beautifulsoup4
|
|
typing-extensions; python_version < '3.11'
|