dry-journalist-60579
03/09/2023, 8:17 PMvirtualenv
project configuration are not yet supported` I’m getting from Deployments with the fact that we’re using Poetry for our dependencies like this article demonstrates. Any suggestions?poetry export --format=requirements.txt > requirements.txt
)billowy-army-68599
03/10/2023, 3:27 PMrequirements.txt
?dry-journalist-60579
03/10/2023, 3:27 PMrequirements.txt
with Poetry: poetry export --format=requirements.txt > requirements.txt
arpeggio==2.0.0 ; python_version >= "3.10" and python_version < "4.0"
attrs==22.2.0 ; python_version >= "3.10" and python_version < "4.0"
dill==0.3.6 ; python_version >= "3.10" and python_version < "4.0"
grpcio==1.51.3 ; python_version >= "3.10" and python_version < "4.0"
parver==0.4 ; python_version >= "3.10" and python_version < "4.0"
protobuf==4.22.0 ; python_version >= "3.10" and python_version < "4.0"
pulumi-aws-tags==0.4.1 ; python_version >= "3.10" and python_version < "4.0"
pulumi-aws==5.30.0 ; python_version >= "3.10" and python_version < "4.0"
pulumi-awsx==1.0.2 ; python_version >= "3.10" and python_version < "4.0"
pulumi-docker==3.6.1 ; python_version >= "3.10" and python_version < "4.0"
pulumi==3.56.0 ; python_version >= "3.10" and python_version < "4.0"
pyyaml==6.0 ; python_version >= "3.10" and python_version < "4.0"
semver==2.13.0 ; python_version >= "3.10" and python_version < "4.0"
six==1.16.0 ; python_version >= "3.10" and python_version < "4.0"
billowy-army-68599
03/10/2023, 3:29 PMpython_version
version marker, so for example
arpeggio==2.0.0
dry-journalist-60579
03/10/2023, 3:30 PMbillowy-army-68599
03/10/2023, 3:32 PMdry-journalist-60579
03/10/2023, 3:33 PMproject-1/
project-2/
group/
project-3a/
project-3b/
pyproject.toml
billowy-army-68599
03/10/2023, 3:35 PMdry-journalist-60579
03/10/2023, 4:06 PM<org>/<stack>
and the project is implied… It just seems strange that projects kind of fade away even though they are a pretty important organizational principlered-match-15116
03/10/2023, 5:47 PMdry-journalist-60579
03/10/2023, 5:52 PMred-match-15116
03/10/2023, 6:03 PMdry-journalist-60579
03/10/2023, 6:04 PM--directory
for poetry install
red-match-15116
03/10/2023, 6:14 PMapt-get install python 3.10
?dry-journalist-60579
03/10/2023, 6:57 PMred-match-15116
03/10/2023, 8:11 PMdry-journalist-60579
03/11/2023, 4:18 PM