mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 02:13:06 -06:00
hotfix: Add lxml to dependencies and re-resolve pipfile
This commit is contained in:
5
Pipfile
5
Pipfile
@@ -7,13 +7,14 @@ name = "pypi"
|
|||||||
ansible = "==2.8.5"
|
ansible = "==2.8.5"
|
||||||
boto3 = "==1.9.242"
|
boto3 = "==1.9.242"
|
||||||
botocore = "==1.12.242"
|
botocore = "==1.12.242"
|
||||||
|
lxml = "*"
|
||||||
|
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
molecule = "==2.20.2"
|
|
||||||
docker = "==4.1.0"
|
docker = "==4.1.0"
|
||||||
six = "*"
|
six = "*"
|
||||||
taskcat = "*"
|
|
||||||
Jinja2 = "*"
|
Jinja2 = "*"
|
||||||
|
molecule = "*"
|
||||||
|
importlib-metadata = "<2"
|
||||||
|
|
||||||
[requires]
|
[requires]
|
||||||
python_version = "3.7"
|
python_version = "3.7"
|
||||||
|
|||||||
919
Pipfile.lock
generated
919
Pipfile.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user