-
Notifications
You must be signed in to change notification settings - Fork 12
/
ivpm.yaml
53 lines (51 loc) · 1.16 KB
/
ivpm.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
package:
name: pyucis
version: None
deps:
- name: lxml
src: pypi
- name: pyyaml
src: pypi
- name: jsonschema
src: pypi
- name: python-jsonschema-objects
src: pypi
dev-deps:
- name: jsonschema
src: pypi
- name: python-jsonschema-objects
src: pypi
- name: pylint
type: python
src: pypi
- name: flake8
type: python
src: pypi
- name: pytest
type: python
src: pypi
- name: pytest-cov
type: python
src: pypi
- name: lxml
src: pypi
- name: pyyaml
src: pypi
- name: Sphinx
src: pypi
- name: sphinx-jsonschema
src: pypi
- name: sphinx-rtd-theme
src: pypi
- name: cairosvg
src: pypi
- name: sphinxcontrib-makedomain
src: pypi
- name: sphinxcontrib-spelling
src: pypi
- name: pyenchant
src: pypi
- name: sphinx-issues
src: pypi
- name: sphinx-argparse
src: pypi