2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-28 21:07:59 +00:00

Make typing available for Python <3.5 only

This commit is contained in:
Dan 2019-01-01 13:12:39 +01:00
parent 4d7b1bafac
commit b60853b2e2

View File

@ -1,3 +1,3 @@
pyaes==1.6.1 pyaes==1.6.1
pysocks==1.6.8 pysocks==1.6.8
typing==3.6.6 typing==3.6.6; python_version<"3.5"