27 lines
462 B
TOML
27 lines
462 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[scripts]
|
|
"test:ultmarc" = "pytest tests/batch/ultmarc/"
|
|
"test:ultmarc:cov" = "pytest --cov=src/batch/ultmarc/ --cov-branch --cov-report=term-missing tests/batch/ultmarc/"
|
|
|
|
[packages]
|
|
boto3 = "*"
|
|
PyMySQL = "*"
|
|
sqlalchemy = "*"
|
|
tenacity = "*"
|
|
|
|
[dev-packages]
|
|
autopep8 = "*"
|
|
flake8 = "*"
|
|
pytest = "*"
|
|
pytest-cov = "*"
|
|
|
|
[requires]
|
|
python_version = "3.9"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|