From b60853b2e247ea765a500a19351711497c8843f6 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Tue, 1 Jan 2019 13:12:39 +0100 Subject: [PATCH] Make typing available for Python <3.5 only --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8f1eea95..227aacf6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ pyaes==1.6.1 pysocks==1.6.8 -typing==3.6.6 \ No newline at end of file +typing==3.6.6; python_version<"3.5" \ No newline at end of file