blob: ce66aaccd9ce4a5a5b90c1d00217b2a741c35ef7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
-c pins.pip
# Things CI servers need for running tests.
# "make upgrade" turns this into requirements/ci.pip.
auditwheel
build
cibuildwheel
setuptools
tox
tox-gh-actions
wheel
-r pytest.pip
|