[[source]] name = "pypi" url = "https://pypi.org/simple" verify_ssl = true [dev-packages] pycodestyle = "*" ipdb = "*" autopep8 = "*" flake8 = "*" pylint = "*" pytest = "*" pytest-cov = "*" freezegun = "*" jsondiff = "*" [packages] fastapi = "*" uvicorn = "*" docker-compose = "*" jinja2 = "*" aiofiles = "*" pylint = "*" sqlalchemy = "*" alembic = "*" faker = "*" passlib = {extras = ["bcrypt"],version = "*"} pyjwt = "*" python-multipart = "*" gunicorn = "*" psycopg2-binary = "*" boltons = "*" pytest = "*" docopt = "*" google-auth = "*" [requires] python_version = "3.7" [pipenv] allow_prereleases = true