mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
bump pymysql upper bound
This commit is contained in:
parent
288bde2ad8
commit
31a9ed29f6
2 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ Configure database with MariaDB (optional)
|
|||
|
||||
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
|
||||
4. Configure :ref:`SQLALCHEMY_DATABASE_URI <configuration>` accordingly
|
||||
|
|
|
@ -52,7 +52,7 @@ dev =
|
|||
tox>=3.14.6
|
||||
zest.releaser>=6.20.1
|
||||
psycopg2-binary>=2.8.5
|
||||
PyMySQL>=0.9,<0.10
|
||||
PyMySQL>=0.9,<1.1
|
||||
|
||||
doc =
|
||||
Sphinx==4.1.0
|
||||
|
|
Loading…
Reference in a new issue