mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2026-03-13 07:49:55 +08:00
* Bump tortoise-orm from 0.15.1 to 0.15.4 Bumps [tortoise-orm](https://github.com/tortoise/tortoise-orm) from 0.15.1 to 0.15.4. - [Release notes](https://github.com/tortoise/tortoise-orm/releases) - [Changelog](https://github.com/tortoise/tortoise-orm/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/tortoise/tortoise-orm/compare/0.15.1...0.15.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump tortoise ==0.15.4 in pyproject.toml
44 lines
772 B
TOML
44 lines
772 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 = "*"
|
|
asynctest = "*"
|
|
flit = "*"
|
|
markdown-include = "*"
|
|
pygments = "*"
|
|
pymdown-extensions = "*"
|
|
bumpversion = "*"
|
|
|
|
[packages]
|
|
fastapi = "==0.44.0"
|
|
passlib = {extras = ["bcrypt"],version = "==1.7.2"}
|
|
email-validator = "==1.0.5"
|
|
sqlalchemy = "==1.3.11"
|
|
databases = "==0.2.6"
|
|
pyjwt = "==1.7.1"
|
|
python-multipart = "==0.0.5"
|
|
motor = "==2.0.0"
|
|
tortoise-orm = "==0.15.4"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|