mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-02 05:26:45 +00:00
Specify upper bound for mariadb python version (#3333)
- 1.1.0 and above causes build process to break
This commit is contained in:
parent
5d44811f98
commit
c17b34a864
@ -9,7 +9,7 @@ invoke>=1.4.0 # Invoke build tool
|
|||||||
psycopg2>=2.9.1
|
psycopg2>=2.9.1
|
||||||
mysqlclient>=2.0.3
|
mysqlclient>=2.0.3
|
||||||
pgcli>=3.1.0
|
pgcli>=3.1.0
|
||||||
mariadb>=1.0.7
|
mariadb>=1.0.7,<1.1.0
|
||||||
|
|
||||||
# gunicorn web server
|
# gunicorn web server
|
||||||
gunicorn>=20.1.0
|
gunicorn>=20.1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user