From 7b12b1a2c370e2d2ac424322f81cc69db557b41f Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Thu, 7 Feb 2019 13:22:21 +0100 Subject: [PATCH] Remove typing from requirements --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 227aacf6..955ee53d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,2 @@ pyaes==1.6.1 -pysocks==1.6.8 -typing==3.6.6; python_version<"3.5" \ No newline at end of file +pysocks==1.6.8 \ No newline at end of file