mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2026-03-13 07:49:55 +08:00
24 lines
398 B
TOML
24 lines
398 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 = "*"
|
|
|
|
[packages]
|
|
fastapi = "*"
|
|
passlib = {extras = ["bcrypt"],version = "*"}
|
|
email-validator = "*"
|
|
sqlalchemy = "*"
|
|
databases = "*"
|
|
python-multipart = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|