[[source]] url = "https://pypi.org/simple" verify_ssl = true name = "pypi" [packages] python-dotenv = "*" b2sdk = "*" fastapi = "*" fastapi-responses = "*" uvicorn = {extras = ["standard"], version = "*"} [dev-packages] pytest = "*" requests = "*" [requires] python_version = "3.8" [scripts] test = "pytest app/test/test_auth.py app/test/test_pack.py -s --capture=sys" dev = "uvicorn app.main:app --reload"