You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the path to being compatible with PEPs 518 & 517.
- the pyproject.toml isn't used for build or dependencies yet, still
use setuptools (w/ setup.py) for that.
- dependencies (both runtime and dev) are specified in requirements.txt
- pyproject.toml is used for most of the tools now, except
pytest (see: pytest-dev/pytest#1556) and mypy (see:
python/mypy#5205)
0 commit comments