Update dependency flask-sqlalchemy to v3 #112
@ -19,6 +19,7 @@ steps:
|
||||
env:
|
||||
PYROOT: '/pyroot'
|
||||
PYTHONUSERBASE: '/pyroot'
|
||||
SQLALCHEMY_DATABASE_URI: 'sqlite://'
|
||||
commands:
|
||||
- apk add --no-cache gcc g++ musl-dev python3-dev
|
||||
- pip3 install pipenv
|
||||
@ -108,6 +109,7 @@ steps:
|
||||
env:
|
||||
PYROOT: '/pyroot'
|
||||
PYTHONUSERBASE: '/pyroot'
|
||||
SQLALCHEMY_DATABASE_URI: 'sqlite://'
|
||||
commands:
|
||||
- apk add --no-cache gcc g++ musl-dev python3-dev
|
||||
- pip3 install pipenv
|
||||
|
Loading…
Reference in New Issue
Block a user