diff options
author | MichaĆ Klichowicz <emkael@tlen.pl> | 2019-10-06 14:53:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-06 14:53:11 +0200 |
commit | a1f9c877e770f7c80da1163053c7f4b965cd42a6 (patch) | |
tree | eaede56ae461e85da77d939f3b3901f267bdc141 | |
parent | a692e38bf2b8a399e6085b6ac48c357e7687bd69 (diff) | |
parent | f523a37749eca22edaa44978e004557896f047ee (diff) |
Merge pull request #8 from michzimny/patch-2
Bump mysql-connector version
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index c53d3f5..80716b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ jinja2>=2.8.1 sqlalchemy==1.3 -mysql-connector==2.1.6 +mysql-connector==2.1.7 bs4 cached_property |