Files
pydantic/.gitignore
T
dependabot[bot] 52889203ac Bump devtools from 0.6.0 to 0.6.1 (#2037)
* 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>
2020-10-26 09:53:28 +00:00

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