mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-11-01 18:48:14 +08:00
32 lines
516 B
TOML
32 lines
516 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 = "*"
|
|
|
|
[packages]
|
|
fastapi = "*"
|
|
passlib = {extras = ["bcrypt"],version = "*"}
|
|
email-validator = "*"
|
|
sqlalchemy = "*"
|
|
databases = "*"
|
|
python-multipart = "*"
|
|
pyjwt = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|