-
- Downloads
Use tomli and tomli-w instead of toml package
The toml package is not yet compatible with the TOML 1.0 specification, and seems to be inactive (see https://github.com/uiri/toml/issues/361). A number of Python packages have recently made this switch, including pip and pytest (see https://github.com/nedbat/coveragepy/issues/1180).
Showing
- doc/install.rst 2 additions, 1 deletiondoc/install.rst
- requirements.txt 2 additions, 1 deletionrequirements.txt
- setup.cfg 2 additions, 1 deletionsetup.cfg
- src/pypfilt/cache.py 4 additions, 3 deletionssrc/pypfilt/cache.py
- src/pypfilt/config.py 4 additions, 3 deletionssrc/pypfilt/config.py
- src/pypfilt/summary.py 4 additions, 2 deletionssrc/pypfilt/summary.py
Loading
Please register or sign in to comment