File: requirements-dev.txt

package info (click to toggle)
python-ifaddr 0.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 196 kB
  • sloc: python: 360; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 272 bytes parent folder | download
1
2
3
4
5
black;implementation_name=="cpython"
mypy;implementation_name=="cpython"
# netifaces only provides 64-bit Windows wheels for Python 3.6 and 3.7 and we use 64-bit CI builds
netifaces;python_version=='3.7' and platform_system=='Windows' or platform_system!='Windows'
pytest