Skip to content

Commit 23c1be9

Browse files
committed
setup.py: install_requires in alphabetical order
1 parent f24cbef commit 23c1be9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ def get_identifier(json):
4848
version=versioneer.get_version(),
4949
install_requires=[
5050
"docker",
51-
"traitlets",
52-
"python-json-logger",
5351
"escapism",
5452
"jinja2",
53+
"python-json-logger",
5554
"requests",
5655
"ruamel.yaml>=0.15",
57-
"toml",
5856
"semver",
57+
"toml",
58+
"traitlets",
5959
],
6060
python_requires=">=3.6",
6161
author="Project Jupyter Contributors",

0 commit comments

Comments
 (0)