15549dcdf8
* Fix for invalid token array of the text * Remove unused compacted-json decoder because Google apparently now does not send like that before. This commit refers the issue #37. * Remove a test case for multiline text This is a temporary fix: will be reverted after mocking tests. * Add pipenv supports * Update README
24 lines
247 B
TOML
24 lines
247 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
requests = "==2.13.0"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[dev-packages]
|
|
|
|
future = "*"
|
|
coveralls = "*"
|
|
"pytest-watch" = "*"
|
|
"pytest-testmon" = "*"
|
|
|
|
|
|
[requires]
|
|
python_version = "3.6" |