Chandan Singh pushed to branch chandan/toxify at BuildStream / buildstream
Commits:
-
6dd22994
by Chandan Singh at 2018-12-24T14:38:55Z
4 changed files:
Changes:
... | ... | @@ -34,6 +34,8 @@ include requirements.in |
34 | 34 |
include requirements.txt
|
35 | 35 |
include dev-requirements.in
|
36 | 36 |
include dev-requirements.txt
|
37 |
+include plugin-requirements.in
|
|
38 |
+include plugin-requirements.txt
|
|
37 | 39 |
|
38 | 40 |
# Versioneer
|
39 | 41 |
include versioneer.py
|
1 |
+arpy
|
|
2 |
+PyGObject
|
1 |
+arpy==1.1.1
|
|
2 |
+PyGObject==3.30.4
|
|
3 |
+## The following requirements were added by pip freeze:
|
|
4 |
+pycairo==1.18.0
|
... | ... | @@ -6,3 +6,4 @@ commands = pytest {posargs} |
6 | 6 |
deps =
|
7 | 7 |
-rrequirements.txt
|
8 | 8 |
-rdev-requirements.txt
|
9 |
+ -rplugin-requirements.txt
|