Files
fastapi-users/Pipfile
François Voron f2892aa378 #5 Improve test coverage (#6)
* Improve test coverage of BaseUserDatabase

* Improve unit test isolation

* Improve coverage of router and authentication
2019-10-15 07:54:53 +02:00

37 lines
592 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 = "*"
[packages]
fastapi = "*"
passlib = {extras = ["bcrypt"],version = "*"}
email-validator = "*"
sqlalchemy = "*"
databases = "*"
python-multipart = "*"
pyjwt = "*"
[requires]
python_version = "3.7"
[pipenv]
allow_prereleases = true