Skip to content

Commit cb81fe6

Browse files
committed
Support for ping check to get healthy connections. Thank @kawamanza.
1 parent d40775b commit cb81fe6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,15 @@
55

66
setuptools.setup(
77
name="pymysql-pooling",
8-
version="1.0.0",
8+
version="1.0.2",
99
author="prprprus",
1010
author_email="huangzongzhuan@gmail.com",
1111
description="pymysql-based database connection pool",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
url="https://github.com/prprprus/PyMySQLPool",
1515
packages=setuptools.find_packages(),
16-
install_requires=[
17-
'PyMySQL',
18-
],
16+
install_requires=["PyMySQL"],
1917
classifiers=[
2018
"Programming Language :: Python :: 3",
2119
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)