Skip to content

Commit 5ddabb1

Browse files
authored
Bump pgproto to fix pyinstaller (MagicStack#651)
Fixes MagicStack#649
1 parent 690048d commit 5ddabb1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ def finalize_options(self):
291291
extra_compile_args=CFLAGS,
292292
extra_link_args=LDFLAGS),
293293
],
294+
install_requires=['typing-extensions>=3.7.4.3;python_version<"3.8"'],
294295
cmdclass={'build_ext': build_ext, 'build_py': build_py, 'sdist': sdist},
295296
test_suite='tests.suite',
296297
extras_require=EXTRA_DEPENDENCIES,

0 commit comments

Comments
 (0)