mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
52889203ac
* Bump devtools from 0.6.0 to 0.6.1 Bumps [devtools](https://github.com/samuelcolvin/python-devtools) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/samuelcolvin/python-devtools/releases) - [Changelog](https://github.com/samuelcolvin/python-devtools/blob/master/HISTORY.md) - [Commits](https://github.com/samuelcolvin/python-devtools/compare/v0.6...v0.6.1) Signed-off-by: dependabot[bot] <support@github.com> * remove unnecessary dependencies * tweaks while testing 3.9 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Samuel Colvin <s@muelcolvin.com>
37 lines
411 B
Plaintext
37 lines
411 B
Plaintext
.idea/
|
|
env/
|
|
venv/
|
|
env36/
|
|
env37/
|
|
env38/
|
|
env39/
|
|
Pipfile
|
|
*.lock
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.python-version
|
|
/build/
|
|
dist/
|
|
.cache/
|
|
.mypy_cache/
|
|
test.py
|
|
.coverage
|
|
/htmlcov/
|
|
/benchmarks/*.json
|
|
/docs/.changelog.md
|
|
/docs/.version.md
|
|
/docs/.tmp_schema_mappings.html
|
|
/docs/.tmp_examples/
|
|
/site/
|
|
/site.zip
|
|
.pytest_cache/
|
|
.vscode/
|
|
_build/
|
|
pydantic/*.c
|
|
pydantic/*.so
|
|
.auto-format
|
|
/sandbox/
|
|
/.ghtopdep_cache/
|
|
/fastapi/
|
|
/codecov.sh
|