From a8599efa9481e710f1a65729a9e844cdd0bbe7b1 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Wed, 19 Dec 2018 12:29:55 +0100 Subject: [PATCH] Add backported typing package as requirement To be removed when Pyrogram drops Python 3.4 support --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 17447fdf..8f1eea95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ pyaes==1.6.1 pysocks==1.6.8 +typing==3.6.6 \ No newline at end of file