File tree 4 files changed +200
-0
lines changed
tests/functional/python/inputs
4 files changed +200
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "index" : " issue-134-2" ,
3
+ "requested" : [
4
+ " parent"
5
+ ],
6
+ "resolved" : {
7
+ "parent" : " 0.0.1" ,
8
+ "pandas" : " 1.3.5" ,
9
+ "pystac" : " 1.8.3" ,
10
+ "pystac-client" : " 0.3.3" ,
11
+ "sat-stac" : " 0.1.1" ,
12
+ "python-dateutil" : " 2.7.5" ,
13
+ "requests" : " 2.31.0"
14
+ }
15
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "index" : " issue-134-3" ,
3
+ "requested" : [
4
+ " a"
5
+ ],
6
+ "resolved" : {
7
+ "a" : " 0.0.1" ,
8
+ "b" : " 0.0.2" ,
9
+ "c" : " 0.0.1" ,
10
+ "pandas" : " 1.3.5" ,
11
+ "pystac" : " 1.8.3" ,
12
+ "pystac-client" : " 0.3.3" ,
13
+ "sat-stac" : " 0.1.1" ,
14
+ "python-dateutil" : " 2.7.5" ,
15
+ "requests" : " 2.31.0"
16
+ }
17
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "parent" : {
3
+ "0.0.1" : {
4
+ "dependencies" : [
5
+ " pandas<=1.4.0,>=1.3.5" ,
6
+ " pystac<=1.8.3,>=1.8.2" ,
7
+ " pystac-client<=0.3.3,>=0.3.2" ,
8
+ " sat-stac<=0.1.1"
9
+ ]
10
+ }
11
+ },
12
+ "pandas" : {
13
+ "1.4.0" : {
14
+ "dependencies" : [
15
+ " python-dateutil (>=2.8.1)"
16
+ ]
17
+ },
18
+ "1.3.5" : {
19
+ "dependencies" : [
20
+ " python-dateutil (>=2.7.3)"
21
+ ]
22
+ }
23
+ },
24
+ "pystac" : {
25
+ "1.8.3" : {
26
+ "dependencies" : [
27
+ " python-dateutil (>=2.7.0)"
28
+ ]
29
+ },
30
+ "1.8.2" : {
31
+ "dependencies" : [
32
+ " python-dateutil (>=2.7.0)"
33
+ ]
34
+ }
35
+ },
36
+ "pystac-client" : {
37
+ "0.3.3" : {
38
+ "dependencies" : [
39
+ " requests (>=2.25)" ,
40
+ " pystac (>=1.4.0)"
41
+ ]
42
+ },
43
+ "0.3.2" : {
44
+ "dependencies" : [
45
+ " requests (>=2.25)" ,
46
+ " pystac (~=1.2.0)"
47
+ ]
48
+ }
49
+ },
50
+ "sat-stac" : {
51
+ "0.1.1" : {
52
+ "dependencies" : [
53
+ " python-dateutil (~=2.7.5)"
54
+ ]
55
+ },
56
+ "0.1.0" : {
57
+ "dependencies" : [
58
+ " requests (~=2.19.1)" ,
59
+ " python-dateutil (~=2.7.5)"
60
+ ]
61
+ }
62
+ },
63
+ "python-dateutil" : {
64
+ "2.9.0" : {
65
+ "dependencies" : []
66
+ },
67
+ "2.7.5" : {
68
+ "dependencies" : []
69
+ }
70
+ },
71
+ "requests" : {
72
+ "2.31.0" : {
73
+ "dependencies" : []
74
+ }
75
+ }
76
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "a" : {
3
+ "0.0.1" : {
4
+ "dependencies" : [
5
+ " b" ,
6
+ " c"
7
+ ]
8
+ }
9
+ },
10
+ "b" : {
11
+ "0.0.1" : {
12
+ "dependencies" : []
13
+ },
14
+ "0.0.2" : {
15
+ "dependencies" : []
16
+ }
17
+ },
18
+ "c" : {
19
+ "0.0.1" : {
20
+ "dependencies" : [
21
+ " pandas<=1.4.0,>=1.3.5" ,
22
+ " pystac<=1.8.3,>=1.8.2" ,
23
+ " pystac-client<=0.3.3,>=0.3.2" ,
24
+ " sat-stac<=0.1.1"
25
+ ]
26
+ }
27
+ },
28
+ "pandas" : {
29
+ "1.4.0" : {
30
+ "dependencies" : [
31
+ " python-dateutil (>=2.8.1)"
32
+ ]
33
+ },
34
+ "1.3.5" : {
35
+ "dependencies" : [
36
+ " python-dateutil (>=2.7.3)"
37
+ ]
38
+ }
39
+ },
40
+ "pystac" : {
41
+ "1.8.3" : {
42
+ "dependencies" : [
43
+ " python-dateutil (>=2.7.0)"
44
+ ]
45
+ },
46
+ "1.8.2" : {
47
+ "dependencies" : [
48
+ " python-dateutil (>=2.7.0)"
49
+ ]
50
+ }
51
+ },
52
+ "pystac-client" : {
53
+ "0.3.3" : {
54
+ "dependencies" : [
55
+ " requests (>=2.25)" ,
56
+ " pystac (>=1.4.0)"
57
+ ]
58
+ },
59
+ "0.3.2" : {
60
+ "dependencies" : [
61
+ " requests (>=2.25)" ,
62
+ " pystac (~=1.2.0)"
63
+ ]
64
+ }
65
+ },
66
+ "sat-stac" : {
67
+ "0.1.1" : {
68
+ "dependencies" : [
69
+ " python-dateutil (~=2.7.5)"
70
+ ]
71
+ },
72
+ "0.1.0" : {
73
+ "dependencies" : [
74
+ " requests (~=2.19.1)" ,
75
+ " python-dateutil (~=2.7.5)"
76
+ ]
77
+ }
78
+ },
79
+ "python-dateutil" : {
80
+ "2.9.0" : {
81
+ "dependencies" : []
82
+ },
83
+ "2.7.5" : {
84
+ "dependencies" : []
85
+ }
86
+ },
87
+ "requests" : {
88
+ "2.31.0" : {
89
+ "dependencies" : []
90
+ }
91
+ }
92
+ }
You can’t perform that action at this time.
0 commit comments