mirror of
https://github.com/denoland/deno.git
synced 2025-09-24 03:12:29 +00:00
Split up tools/sync_third_party
This is just encoding my actual workflow; not suggesting that this workflow is ideal. Previously I would edit sync_third_party.py each time I ran it.
This commit is contained in:
parent
7bdeee8997
commit
8693d0e0a7
4 changed files with 22 additions and 6 deletions
6
tools/sync_python_modules.py
Executable file
6
tools/sync_python_modules.py
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
# Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|
||||
import third_party
|
||||
import util
|
||||
util.enable_ansi_colors()
|
||||
third_party.run_pip()
|
Loading…
Add table
Add a link
Reference in a new issue