civicrm-update-tester/Pipfile
Roxie Gibson f37625580b
feat: added better logging and finished activ test
Better logging is provided with rich lib and using the logging module

Activity tab test has better error handling and hardcoded loop for CID's
2021-01-21 15:53:43 +00:00

15 lines
179 B
TOML

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