30 lines
622 B
TOML
30 lines
622 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/"
|
|
"test:vjsk" = "pytest tests/batch/vjsk/"
|
|
"test:vjsk:cov" = "pytest --cov=src/batch/vjsk/ --cov-branch --cov-report=term-missing tests/batch/vjsk/"
|
|
|
|
[packages]
|
|
boto3 = "*"
|
|
PyMySQL = "*"
|
|
sqlalchemy = "*"
|
|
tenacity = "*"
|
|
|
|
[dev-packages]
|
|
autopep8 = "*"
|
|
flake8 = "*"
|
|
pytest = "*"
|
|
pytest-cov = "*"
|
|
boto3 = "*"
|
|
|
|
[requires]
|
|
python_version = "3.12"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|