Auto status change to "Under Review"
Show More
@@ -16,7 +16,10 b' def parse_req(req):' | |||
|
16 | 16 | return compiled.search(req).group(1).strip() |
|
17 | 17 | |
|
18 | 18 | |
|
19 | if "APPENLIGHT_DEVELOP" in os.environ: | |
|
19 | 20 | requires = [_f for _f in map(parse_req, REQUIREMENTS) if _f] |
|
21 | else: | |
|
22 | requires = REQUIREMENTS | |
|
20 | 23 | |
|
21 | 24 | |
|
22 | 25 | def _get_meta_var(name, data, callback_handler=None): |
General Comments 4
Auto status change to "Under Review"
You need to be logged in to leave comments.
Login now