blob: a6d804b3c6a7f9dc2460e958a0534ac71786a105 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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
# The pytest specifics used by coverage.py
flaky==3.7.0
hypothesis==6.23.1
pytest==6.2.5
pytest-xdist==2.4.0
# Use a fork of PyContracts that supports Python 3.9
#PyContracts==1.8.12
git+https://github.com/slorg1/contracts@collections_and_validator
|