wmt-2020-pl-en/Pipfile
Terry Zhuo cfa90ac7f4
chore: add Python version checking (#195)
chore: add python version checking
2020-07-09 02:37:44 +10:00

17 lines
227 B
TOML

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
httpx = "==0.13.3"
[dev-packages]
coveralls = "*"
"pytest-watch" = "*"
"pytest-testmon" = "*"
[requires]
python_version = ">=3.6"