federation/Pipfile
dependabot[bot] 5f37fe7e92
build(deps): bump pydantic from 1.8.1 to 1.8.2 (#3)
Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/samuelcolvin/pydantic/releases)
- [Changelog](https://github.com/samuelcolvin/pydantic/blob/master/HISTORY.md)
- [Commits](https://github.com/samuelcolvin/pydantic/compare/v1.8.1...v1.8.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-14 07:33:50 +02:00

15 lines
220 B
TOML

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
black = "==20.8b1"
[packages]
ariadne = "==0.13.0"
uvicorn = "==0.13.4"
pydantic = "==1.8.2"
[requires]
python_version = "3.8"