Skip to content

Commit c5ae3f5

Browse files
committed
repo/requirements: Ignore contextvars for newer Python envs
1 parent 2700f25 commit c5ae3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Click>=7.0
2-
contextvars>=2.3
2+
contextvars>=2.3 ; python_version<"3.7"

0 commit comments

Comments
 (0)