Upgrade Python to 3.7.3 and add PyYAML.
We should try and track mainline Python as much as possible. PyYAML was a sub-dependency of a dev dependency but was being included in the translations utility. Bundling only the production Python dependencies was not working because of this.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -55,3 +55,6 @@ coverage
|
||||
|
||||
# selenium testing
|
||||
browserstacklocal
|
||||
|
||||
# python config
|
||||
.python-version
|
||||
|
Reference in New Issue
Block a user