setup.py: install_requires in alphabetical order

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

Wyświetl plik

@ -48,14 +48,14 @@ setup(
version=versioneer.get_version(),
install_requires=[
"docker",
"traitlets",
"python-json-logger",
"escapism",
"jinja2",
"python-json-logger",
"requests",
"ruamel.yaml>=0.15",
"toml",
"semver",
"toml",
"traitlets",
],
python_requires=">=3.6",
author="Project Jupyter Contributors",