[[source]] name = "pypi" url = "https://pypi.org/simple" verify_ssl = true [dev-packages] flake8 = "*" pytest = "*" awscli = "*" amazon-lex-bot-test = "*" amazon-lex-bot-deploy = "*" [packages] pytest = "*" pytz = "*" boto3="*" [scripts] tests = "./run_tests.sh" deploy = "make deploy" install-deps = "sh -c \"find ./src -type f -name requirements.txt -exec pipenv run pip install -r {} \\;\""