Add Mercurial+evolve in install_requires

pull/950/head
paugier 2020-09-07 12:17:16 +02:00
rodzic 979c4abe00
commit 319e22ab1d
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -55,6 +55,8 @@ setup(
"ruamel.yaml>=0.15",
"toml",
"semver",
"mercurial>=5.2; python_version > '3.5'",
"hg-evolve>=10.0; python_version > '3.5'",
],
python_requires=">=3.6",
author="Project Jupyter Contributors",