Skip to content

Commit

Permalink
Require pymysql>=1.0.0, which has a context managed connection
Browse files Browse the repository at this point in the history
  • Loading branch information
nickeopti committed Aug 6, 2021
1 parent c1c5b56 commit b3e659a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@
'sphinx',
'sphinx_autodoc_typehints',
'sphinx-click',
'pymysql<0.10'
'pymysql>=1.0.0'
],
'recommended': [
'colorlog',
'crick',
'pymysql<0.10'
'pymysql>=1.0.0'
]
},
# CLI
Expand Down

0 comments on commit b3e659a

Please sign in to comment.