fix 0 score bug and pip 10 requirements (#5)

* fix 0 score bug and pip 10 requirements

* calculate score for both topic and posts using same function.
This commit is contained in:
Dave Gallant
2018-04-18 23:50:25 -04:00
committed by GitHub
parent 7225d84f22
commit 26520c0693
5 changed files with 62 additions and 15 deletions

View File

@@ -1,14 +1,21 @@
[[source]]
name = "pypi"
url = "https://pypi.python.org/simple"
verify_ssl = true
[packages]
beautifulsoup4 = "*"
"beautifulsoup4" = "*"
click = "*"
colorama = "*"
requests = "*"
[dev-packages]
pylint = "*"
pytest = "*"
"autopep8" = "*"
rope = "*"