worried-salesclerk-37834
10/21/2021, 2:10 AMhappy-kitchen-89482
10/21/2021, 5:39 AMworried-salesclerk-37834
10/21/2021, 1:06 PMhappy-kitchen-89482
10/21/2021, 9:17 PMworried-salesclerk-37834
10/22/2021, 12:57 AMhappy-kitchen-89482
10/22/2021, 5:29 AMworried-salesclerk-37834
10/22/2021, 2:26 PMhappy-kitchen-89482
10/22/2021, 3:36 PMhundreds-father-404
10/22/2021, 3:42 PMDjango==2.0 ; sys_version<'3'
and Django==3.1 ; sys_version>'3.5'
for example in your requirements.txt. Pants will combine those into one python_requirement
target and whenever Django
is used, both requirements get used and pip/pex determines which version to use based on the environment
(These are "environment markers")worried-salesclerk-37834
10/22/2021, 4:25 PMdataclasses==0.8.0; python_version == '3.6'
Maybe I misread the output.