mirror of
https://github.com/fastapi/fastapi.git
synced 2026-02-14 16:21:08 -05:00
* ⬆️ Upgrade Pydantic and others (isort), update docs after changes by isort * 🎨 Format with newest isort, update type hints in jsonable_encoder * 🔧 Update test script, to avoid Pydantic type errors * ⬆️ Update pyproject.toml with latest Pydantic
36 lines
522 B
TOML
36 lines
522 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
mypy = "*"
|
|
black = "*"
|
|
jupyter = "*"
|
|
better-exceptions = "*"
|
|
pytest = "*"
|
|
pytest-cov = "*"
|
|
isort = "*"
|
|
requests = "*"
|
|
flit = "*"
|
|
mkdocs = "*"
|
|
mkdocs-material = "*"
|
|
markdown-include = "*"
|
|
autoflake = "*"
|
|
email-validator = "*"
|
|
ujson = "*"
|
|
flake8 = "*"
|
|
python-multipart = "*"
|
|
sqlalchemy = "*"
|
|
uvicorn = "*"
|
|
|
|
[packages]
|
|
starlette = "==0.11.1"
|
|
pydantic = "==0.21.0"
|
|
|
|
[requires]
|
|
python_version = "3.6"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|