parent
891b07b388
commit
1db71beeef
12 changed files with 48 additions and 24 deletions
@ -1,5 +1,9 @@ |
||||
; SuperPython already has many of the required dependencies, including jinja2 and pygments. |
||||
[superpython] |
||||
[jinja2] |
||||
comment = Used to pre-process configuration files. |
||||
|
||||
[pygments] |
||||
comment = Used for colorizing command output. |
||||
|
||||
[python-commonkit] |
||||
comment = Used throughout for its various components and utilities. |
||||
scm = https://github.com/develmaycare/superpython |
||||
source = https://github.com/develmaycare/superpython |
||||
scm = https://github.com/develmaycare/python-commonkit |
||||
|
@ -1 +1,3 @@ |
||||
superpython |
||||
jinja2 |
||||
pygments |
||||
python-commonkit |
Loading…
Reference in new issue