mirror of
https://github.com/davegallant/rfd.git
synced 2025-08-06 00:33:40 +00:00
* fix 0 score bug and pip 10 requirements * calculate score for both topic and posts using same function.
22 lines
234 B
TOML
22 lines
234 B
TOML
[[source]]
|
|
|
|
name = "pypi"
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
|
|
|
|
[packages]
|
|
|
|
"beautifulsoup4" = "*"
|
|
click = "*"
|
|
colorama = "*"
|
|
requests = "*"
|
|
|
|
|
|
[dev-packages]
|
|
|
|
pylint = "*"
|
|
pytest = "*"
|
|
"autopep8" = "*"
|
|
rope = "*"
|