bump pymysql upper bound

This commit is contained in:
Glandos 2021-07-12 23:38:11 +02:00
parent 288bde2ad8
commit 31a9ed29f6
2 changed files with 2 additions and 2 deletions

View file

@ -76,7 +76,7 @@ Configure database with MariaDB (optional)
2. Install PyMySQL (within your virtual environment):: 2. Install PyMySQL (within your virtual environment)::
pip install 'PyMySQL>=0.9,<0.10' pip install 'PyMySQL>=0.9,<1.1'
3. Create an empty database and a database user 3. Create an empty database and a database user
4. Configure :ref:`SQLALCHEMY_DATABASE_URI <configuration>` accordingly 4. Configure :ref:`SQLALCHEMY_DATABASE_URI <configuration>` accordingly

View file

@ -52,7 +52,7 @@ dev =
tox>=3.14.6 tox>=3.14.6
zest.releaser>=6.20.1 zest.releaser>=6.20.1
psycopg2-binary>=2.8.5 psycopg2-binary>=2.8.5
PyMySQL>=0.9,<0.10 PyMySQL>=0.9,<1.1
doc = doc =
Sphinx==4.1.0 Sphinx==4.1.0