Roxie Gibson
f37625580b
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
15 lines
179 B
TOML
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 = "*"
|