20 lines
255 B
TOML
20 lines
255 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
rich = "*"
|
|
regex = "*"
|
|
pandas = "*"
|
|
selenium = "*"
|
|
numpy = "*"
|
|
matplotlib = "*"
|
|
retry = "*"
|
|
webdriver-manager = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.10"
|