mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2026-03-13 07:49:55 +08:00
19 lines
273 B
TOML
19 lines
273 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
flake8 = "*"
|
|
pytest = "*"
|
|
requests = "*"
|
|
isort = "*"
|
|
|
|
[packages]
|
|
fastapi = "*"
|
|
passlib = {extras = ["bcrypt"],version = "*"}
|
|
email-validator = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|