1
0

linux sdist: 'typing' was not included, which is needed on py3.4

not making typing conditioned on py version as then freeze_packages would not pick it up.
This commit is contained in:
SomberNight
2018-07-20 16:38:18 +02:00
parent f7dce426cb
commit 281805a0a4
3 changed files with 5 additions and 3 deletions

View File

@@ -7,3 +7,4 @@ dnspython
jsonrpclib-pelix
PySocks>=1.6.6
qdarkstyle<3.0
typing>=3.0.0