Files
fastapi-users/Pipfile
dependabot-preview[bot] cc6b3a0d8f Bump fastapi from 0.47.1 to 0.48.0 (#99)
* Bump fastapi from 0.47.1 to 0.48.0

Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.47.1 to 0.48.0.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Changelog](https://github.com/tiangolo/fastapi/blob/master/docs/history-design-future.md)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.47.1...0.48.0)

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

* Bump fastapi

Co-authored-by: François Voron <fvoron@gmail.com>
2020-02-05 09:39:57 +01:00

45 lines
873 B
TOML

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
flake8 = "*"
pytest = "*"
requests = "*"
isort = "*"
databases = {extras = ["sqlite"],version = "*"}
pytest-asyncio = "*"
flake8-docstrings = "*"
mkdocs = "*"
mkdocs-material = "*"
black = "*"
mypy = "*"
codecov = "*"
pytest-cov = "*"
pytest-mock = {editable = true,git = "https://github.com/pytest-dev/pytest-mock.git",ref = "master"}
asynctest = "*"
flit = "*"
markdown-include = "*"
pygments = "*"
pymdown-extensions = "*"
bumpversion = "*"
httpx-oauth = "*"
[packages]
fastapi = "==0.48.0"
passlib = {extras = ["bcrypt"],version = "==1.7.2"}
email-validator = "==1.0.5"
sqlalchemy = "==1.3.13"
databases = "==0.2.6"
pyjwt = "==1.7.1"
python-multipart = "==0.0.5"
motor = "==2.1.0"
tortoise-orm = "==0.15.9"
[requires]
python_version = "3.7"
[pipenv]
allow_prereleases = true