forked from moritz/alakazam
requirements
This commit is contained in:
@ -5,6 +5,7 @@ import json
|
||||
import logging
|
||||
from pathlib import Path
|
||||
import subprocess
|
||||
import re
|
||||
|
||||
from tabulate import tabulate
|
||||
import click
|
||||
@ -13,7 +14,6 @@ from jinja2 import Environment, FileSystemLoader
|
||||
from ruamel.yaml import YAML
|
||||
from ruamel.yaml.constructor import SafeConstructor
|
||||
from ruamel.yaml.nodes import ScalarNode
|
||||
import re
|
||||
|
||||
COMBINE_PATH = os.path.dirname(os.path.realpath(__file__)) + "/combine.yml"
|
||||
CONFIG_FILE_NAME = 'alaka.yaml'
|
||||
|
||||
4
requirements.txt
Normal file
4
requirements.txt
Normal file
@ -0,0 +1,4 @@
|
||||
tabulate==0.9.0
|
||||
click==7.1.2
|
||||
ruamel.yaml==0.18.3
|
||||
Jinja2==2.11.3
|
||||
Reference in New Issue
Block a user