Skip to content
/ dvc Public
forked from iterative/dvc

Commit

Permalink
deps: add contextvars as a dependency for Python3.6 (iterative#6705)
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry authored Sep 29, 2021
1 parent 3f5f983 commit 612696c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements/default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ networkx>=2.5
psutil>=5.8.0
pydot>=1.2.4
dataclasses==0.7; python_version < '3.7'
contextvars>=2.1; python_version < '3.7'
importlib-metadata>=1.4; python_version < '3.8'
flatten_dict>=0.4.1,<1
tabulate>=0.8.7
Expand Down

0 comments on commit 612696c

Please sign in to comment.