Skip to content

Commit ec442a6

Browse files
committed
Only require typing library for versions of Python below 3.5
1 parent 7a78f85 commit ec442a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ include_package_data = True
3434
packages = find:
3535
install_requires =
3636
requests>=2.21,<3.0
37-
typing>=3.6,<4.0
37+
typing>=3.6,<4.0;python_version<"3.5"
3838
python_requires = >=2.7, !=3.0.*, !=3.1.*', !=3.2.*, !=3.3.*'
3939

4040
[options.packages.find]

0 commit comments

Comments
 (0)