Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
meta: Add zipp dependency that Pipenv fails to pull in properly on <3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymoose2 committed Jun 13, 2020
1 parent 76e3908 commit 1e3ac25
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 4 deletions.
2 changes: 2 additions & 0 deletions manager/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ daphne = "~=2.5.0"
celery = "~=4.4.5"
channels-redis = "~=2.4.2"
importlib-metadata = {version = "~=1.6.1",markers = "python_version < '3.8'"}
# Required by importlib-metadata, but Pipenv doesn't pull it in correctly
zipp = {version = "~=3.1.0", markers = "python_version < '3.8'"}
websockets = "~=8.1"
django-redis-cache = "~=2.1.1"
markdown = "~=3.2.2"
Expand Down
10 changes: 9 additions & 1 deletion manager/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions orchestrator/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ typed-ast = "~=1.4.1" # Required by black, but Pipenv doesn't pull it in correc
autopep8 = "~=1.5.3"
mypy = "~=0.780"
importlib-metadata = {version = "~=1.6.1",markers = "python_version < '3.8'"}
# Required by importlib-metadata, but Pipenv doesn't pull it in correctly
zipp = {version = "~=3.1.0", markers = "python_version < '3.8'"}

[packages]
flask = "~=1.1.2"
Expand Down
10 changes: 9 additions & 1 deletion orchestrator/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions router/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ typed-ast = "~=1.4.1" # Required by black, but Pipenv doesn't pull it in correc
autopep8 = "~=1.5.3"
mypy = "~=0.780"
importlib-metadata = {version = "~=1.6.1",markers = "python_version < '3.8'"}
# Required by importlib-metadata, but Pipenv doesn't pull it in correctly
zipp = {version = "~=3.1.0", markers = "python_version < '3.8'"}

[packages]
flask = "~=1.1.2"
Expand Down
10 changes: 9 additions & 1 deletion router/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions shell/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ typed-ast = "~=1.4.1" # Required by black, but Pipenv doesn't pull it in correc
autopep8 = "~=1.5.3"
mypy = "~=0.780"
importlib-metadata = {version = "~=1.6.1",markers = "python_version < '3.8'"}
# Required by importlib-metadata, but Pipenv doesn't pull it in correctly
zipp = {version = "~=3.1.0", markers = "python_version < '3.8'"}

[packages]
asyncssh = "~=2.2.1"
Expand Down
10 changes: 9 additions & 1 deletion shell/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1e3ac25

Please sign in to comment.