civicrm-update-tester/Pipfile
Roxie Gibson 9bca740133
feat: added print label test and some refacoring
Couldn't add the refactoring in seperate commits so history is messy
2021-01-25 20:02:47 +00:00

16 lines
200 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
selenium = "*"
requests = "*"
rich = "*"
"pdfminer.six" = "*"
[dev-packages]
pylint = "*"
yapf = "*"
rope = "*"