[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[[source]]
url = "https://test.pypi.org/simple/"
verify_ssl = true
name = "testpypi"

[scripts]
init = "pipenv sync"
init_dev = "pipenv sync --dev"

[packages]
asyncio = "==3.4.3"
boto3 = "==1.28.59"

[dev-packages]
black = "==22.12.0"
pytest = "==7.3.1"
flake8 = "==5.0.4"
isort = "==5.12.0"
bandit = "==1.7.5"
pytest-random-order = "==1.1.0"
pytest-mock = "==3.10.0"
pytest-cov = "==4.0.0"
pyright = "==1.1.305"
botocore-stubs = "==1.31.59"
boto3-stubs = {extras = ["sqs"], version = "==1.28.59"}
types-boto3 = "==1.0.2"
python-json-logger = "==2.0.7"
twine = "==4.0.2"
wheel = "==0.41.2"
setuptools-scm = "*"

[requires]
python_version = "3.10"
