From b2c846f959cf5a67fa714a40e9aa04ae6ddabbe1 Mon Sep 17 00:00:00 2001 From: mathieui Date: Fri, 29 Jan 2021 10:25:00 +0100 Subject: Use typing_extensions for TypedDict --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 1fb5e48a..b94373ae 100755 --- a/setup.py +++ b/setup.py @@ -165,7 +165,7 @@ setup( + find_doc('share/doc/poezio/html', 'build/html') + sphinx_files_found ), - install_requires=['slixmpp>=1.6.0', 'aiodns', 'pyasn1_modules', 'pyasn1'], + install_requires=['slixmpp>=1.6.0', 'aiodns', 'pyasn1_modules', 'pyasn1', 'typing_extensions'], extras_require={'OTR plugin': 'python-potr>=1.0', 'Screen autoaway plugin': 'pyinotify==0.9.4', 'Avoiding cython': 'cffi'}, -- cgit v1.2.3