setup.py: Remove duplicate requests from install_requires

pull/1020/head
Simon Li 2021-02-19 19:24:00 +00:00
rodzic b6e451dcda
commit f24cbef5f1
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -56,7 +56,6 @@ setup(
"ruamel.yaml>=0.15",
"toml",
"semver",
"requests",
],
python_requires=">=3.6",
author="Project Jupyter Contributors",