Skip to content

Commit

Permalink
Merge pull request #1020 from manics/cleanup_setuppy
Browse files Browse the repository at this point in the history
[MRG] Cleanup install_requires including duplicates
  • Loading branch information
minrk authored Mar 9, 2021
2 parents b609424 + 23c1be9 commit 7430cba
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,14 @@ def get_identifier(json):
version=versioneer.get_version(),
install_requires=[
"docker",
"traitlets",
"python-json-logger",
"escapism",
"jinja2",
"python-json-logger",
"requests",
"ruamel.yaml>=0.15",
"toml",
"semver",
"requests",
"toml",
"traitlets",
],
python_requires=">=3.6",
author="Project Jupyter Contributors",
Expand Down

0 comments on commit 7430cba

Please sign in to comment.