-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathmeta.yaml
57 lines (51 loc) · 1.01 KB
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
package:
name: lightflow
version: {{ GIT_DESCRIBE_TAG }}
source:
path: .
requirements:
build:
- click
- python
- setuptools
- setuptools_scm
- celery
- colorlog
- networkx
- pymongo
- pytz
- ruamel.yaml
- cloudpickle
- redis
- redis-py
run:
- python
- setuptools
- mongodb
- redis
- celery
- click
- colorlog
- networkx
- pymongo
- pytz
- ruamel.yaml
- cloudpickle
- redis-py
build:
entry_points:
- lightflow = lightflow.scripts.cli:cli
script: python setup.py install
number: {{ GIT_DESCRIBE_NUMBER }}
test:
requires:
- pytest
source_files:
- tests/*
commands:
- pytest
about:
home: https://github.com/AustralianSynchrotron/Lightflow
licence: BSD-3
license_file: LICENSE
summary: A lightweight, distributed workflow system