mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +01:00
24 lines
421 B
Plaintext
24 lines
421 B
Plaintext
# Python packages needed for building and testing wxPython Phoenix
|
|
-r install.txt
|
|
appdirs
|
|
setuptools < 45 ; python_version < '3.0'
|
|
setuptools ; python_version >= '3.0'
|
|
sip == 5.5.0
|
|
|
|
wheel
|
|
twine
|
|
requests
|
|
requests[security]
|
|
cython==0.29.24
|
|
pytest
|
|
pytest-xdist
|
|
pytest-forked
|
|
pytest-timeout
|
|
|
|
sphinx==2.2.0 ; python_version >= '3.0'
|
|
sphinx==1.8.5 ; python_version < '3.0'
|
|
Jinja2==2.10
|
|
doc2dash==2.3.0
|
|
beautifulsoup4
|
|
attrdict3
|