Files
pydantic/requirements/testing-extra.txt
T
Samuel Colvin f341049b9e Remove Cython & Move to pyproject.toml (#4473)
* Remove Cython

* fix CI

* fix coverage

* fix tests

* switching to pypyroject.toml

* pre-commit all and use pre-commit for linting

* no mypy tests on macos and windows on ci, use flake8-pyproject

* fix docs and tests CI

* check build is working

* drop pytest-cov

* window and macos ci with 3.11, reduce filtering

* use pip-tools to pin all dependencies

* fix docs and fastapi tests

* fix test deps for 3.7

* no cache on tests job

* revert fastapi changes, fix coverage

* fix mypy coverage

* test with older mypy

* dotenv not required for mypy tests

* split testing requirements std and extra

* typo

* @PrettyWood comments

* correct branch name

* mypy python_version and pr template
2022-09-06 17:15:51 +01:00

35 lines
795 B
Plaintext

#
# This file is autogenerated by pip-compile with python 3.7
# To update, run:
#
# pip-compile --output-file=requirements/testing-extra.txt requirements/testing-extra.in
#
asttokens==2.0.8
# via devtools
attrs==22.1.0
# via hypothesis
devtools==0.9.0
# via -r requirements/testing-extra.in
exceptiongroup==1.0.0rc9
# via hypothesis
executing==0.10.0
# via devtools
hypothesis==6.54.4
# via -r requirements/testing-extra.in
mypy==0.971
# via -r requirements/testing-extra.in
mypy-extensions==0.4.3
# via mypy
six==1.16.0
# via asttokens
sortedcontainers==2.4.0
# via hypothesis
tomli==2.0.1
# via mypy
typed-ast==1.5.4 ; python_version < "3.8"
# via
# -r requirements/testing-extra.in
# mypy
typing-extensions==4.3.0
# via mypy