mirror of
https://github.com/davegallant/rfd.git
synced 2025-08-07 00:58:14 +00:00
15 lines
199 B
TOML
15 lines
199 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
|
|
[packages]
|
|
beautifulsoup4 = "*"
|
|
click = "*"
|
|
colorama = "*"
|
|
requests = "*"
|
|
|
|
[dev-packages]
|
|
pylint = "*"
|
|
pytest = "*"
|