Skip to content

Commit

Permalink
Bump pgproto to fix pyinstaller (#651)
Browse files Browse the repository at this point in the history
Fixes #649
  • Loading branch information
Atem18 committed Nov 26, 2020
1 parent 690048d commit 5ddabb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion asyncpg/pgproto
Submodule pgproto updated 4 files
+29 −29 buffer.pyx
+0 −9 exceptions.py
+8 −0 pgproto.pyi
+121 −59 types.py
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ def finalize_options(self):
extra_compile_args=CFLAGS,
extra_link_args=LDFLAGS),
],
install_requires=['typing-extensions>=3.7.4.3;python_version<"3.8"'],
cmdclass={'build_ext': build_ext, 'build_py': build_py, 'sdist': sdist},
test_suite='tests.suite',
extras_require=EXTRA_DEPENDENCIES,
Expand Down

0 comments on commit 5ddabb1

Please sign in to comment.