Skip to content

Commit 857fc29

Browse files
author
Andrea Rosa
committed
Fix dependency issue with python 3.6.0
A recent change introduce the use of the ContextVar package. That package is included from python 3.7.0 but not in older versions. This change adds that explicit dependency in case the version of python used is less than 3.7.0
1 parent cb3ad13 commit 857fc29

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ iso8601==0.1.12
33
pytest==5.4.3
44
pytest-asyncio==0.12.0
55
httptools>=0.1.1
6+
contextvars==2.4;python_version<"3.7"

0 commit comments

Comments
 (0)