[[source]] url = "https://pypi.org/simple" verify_ssl = true name = "pypi" [scripts] "test" = "pytest tests -vvv" "test:cov" = "pytest --cov=src/manager/ --cov=src/batch/common --cov-branch --cov-report=term-missing tests/" [packages] boto3 = "*" PyMySQL = "*" sqlalchemy = "*" tenacity = "*" [dev-packages] autopep8 = "*" flake8 = "*" pytest = "*" pytest-cov = "*" boto3 = "*" [requires] python_version = "3.12" [pipenv] allow_prereleases = true