Files
Phoenix/requirements/devel.txt
Scott Talbert 90171ba216 Update to use sip 6.6.x
1) Switch to running sip using its new sip-build command line interface,
   which requires writing out a pyproject.toml to configure it.
2) Generate the sip build file (sbf) ourselves since sip no longer writes
   them.
3) Remove the embedded sip module code and generate it on the fly during
   the build process.

Fixes #2169.
2022-06-18 13:54:17 -04:00

23 lines
408 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.6.2
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'
doc2dash==2.3.0
beautifulsoup4
attrdict3