Files
Phoenix/requirements/devel.txt
2024-07-07 16:42:10 -04:00

25 lines
465 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 == 6.8.5
wheel
twine
requests
requests[security]
cython==0.29.34
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
markupsafe==1.1.1
doc2dash==2.3.0
beautifulsoup4
attrdict3 ; sys_platform == 'win32'