Skip to content

Commit

Permalink
Merge pull request #229 from DHI-GRAS/pymysql-version
Browse files Browse the repository at this point in the history
Require pymysql>=1.0.0, which has a context managed connection
  • Loading branch information
j08lue authored Aug 6, 2021
2 parents c1c5b56 + b3e659a commit 7d35ab8
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 7d35ab8

Please sign in to comment.