mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
parent
5e36b56005
commit
db814fb68a
1 changed files with 3 additions and 1 deletions
|
|
@ -170,7 +170,9 @@ pytest==8.3.3 ; python_full_version >= '3.8'
|
|||
# pytest-cov
|
||||
# pytest-randomly
|
||||
# pytest-xdist
|
||||
pytest-benchmark==4.0.0
|
||||
pytest-benchmark==4.0.0 ; python_full_version < '3.9'
|
||||
# via cryptography (pyproject.toml)
|
||||
pytest-benchmark==5.0.0 ; python_full_version >= '3.9'
|
||||
# via cryptography (pyproject.toml)
|
||||
pytest-cov==4.1.0 ; python_full_version < '3.8'
|
||||
# via cryptography (pyproject.toml)
|
||||
|
|
|
|||
Loading…
Reference in a new issue