mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2026-03-13 07:49:55 +08:00
* Start to write documentation * Add docs favicon * Add routes documentation * Add doc about dependency callables * Add information about how to make authenticated calls
41 lines
710 B
TOML
41 lines
710 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 = "*"
|
|
|
|
[packages]
|
|
fastapi = "==0.42.0"
|
|
passlib = {extras = ["bcrypt"],version = "==1.7.1"}
|
|
email-validator = "==1.0.4"
|
|
sqlalchemy = "==1.3.10"
|
|
databases = "==0.2.5"
|
|
pyjwt = "==1.7.1"
|
|
python-multipart = "==0.0.5"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|