telling github actions to use poetry 1.2
This commit is contained in:
parent
c83b5542e2
commit
67e446ac49
|
@ -1,5 +1,5 @@
|
|||
pip==22.0.4
|
||||
nox==2022.1.7
|
||||
nox-poetry==0.9.0
|
||||
poetry==1.1.13
|
||||
poetry==1.2.1
|
||||
virtualenv==20.14.1
|
||||
|
|
|
@ -975,7 +975,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.9"
|
||||
content-hash = "52eafdfe5f68acf77827c58cd475a67d17360317212cc39e42348bce1845c99a"
|
||||
content-hash = "a1236e8ca9f795640f0f31f56c95f0fa71e436c4dcf67d7ba45204196fe86e3d"
|
||||
|
||||
[metadata.files]
|
||||
alembic = [
|
||||
|
|
|
@ -23,7 +23,6 @@ wtforms-alchemy = "0.*.*"
|
|||
psycopg2-binary = "2.9.*"
|
||||
pyscss = "1.*.*"
|
||||
gunicorn = "20.*.*"
|
||||
setuptools = "^65.3.0"
|
||||
werkzeug = "2.1.*"
|
||||
flask-cors = "3.*.*"
|
||||
|
||||
|
|
Loading…
Reference in New Issue