Poetry: use locked environment in Docker images (#12385)

This commit is contained in:
David Robertson
2022-04-07 12:43:31 +01:00
committed by GitHub
parent 0bcb651b3f
commit 3a7e97c7ad
4 changed files with 70 additions and 27 deletions

View File

@@ -4,8 +4,12 @@
# things to include
!docker
!synapse
!MANIFEST.in
!README.rst
!pyproject.toml
!poetry.lock
# TODO: remove these once we have moved over to using poetry-core in pyproject.toml
!MANIFEST.in
!setup.py
**/__pycache__