Skip to content

Commit 4b3a03b

Browse files
committed
add frozen upstream requirements
1 parent 76db789 commit 4b3a03b

File tree

2 files changed

+117
-0
lines changed

2 files changed

+117
-0
lines changed

test/upstream-requirements-py27.txt

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
apipkg==1.5
2+
asn1crypto==0.24.0
3+
atomicwrites==1.2.0
4+
attrs==18.1.0
5+
aws-xray-sdk==0.95
6+
backports.ssl-match-hostname==3.5.0.1
7+
backports.tempfile==1.0
8+
backports.weakref==1.0.post1
9+
boto==2.49.0
10+
boto3==1.7.84
11+
botocore==1.10.84
12+
certifi==2018.8.24
13+
cffi==1.11.5
14+
chardet==3.0.4
15+
cookies==2.2.1
16+
coverage==4.5.1
17+
cryptography==2.3.1
18+
docker==3.5.0
19+
docker-pycreds==0.3.0
20+
docutils==0.14
21+
ecdsa==0.13
22+
enum34==1.1.6
23+
execnet==1.5.0
24+
funcsigs==1.0.2
25+
future==0.16.0
26+
futures==3.2.0
27+
hypothesis==3.63.0
28+
idna==2.7
29+
ipaddress==1.0.22
30+
Jinja2==2.10
31+
jmespath==0.9.3
32+
jsondiff==1.1.1
33+
jsonpickle==0.9.6
34+
MarkupSafe==1.0
35+
mock==2.0.0
36+
more-itertools==4.3.0
37+
moto==1.3.5
38+
pathlib2==2.3.2
39+
pbr==4.2.0
40+
pluggy==0.7.1
41+
py==1.6.0
42+
pyaml==17.12.1
43+
pycparser==2.18
44+
pycryptodome==3.6.6
45+
pytest==3.7.4
46+
pytest-cov==2.5.1
47+
pytest-forked==0.2
48+
pytest-mock==1.10.0
49+
pytest-xdist==1.23.0
50+
python-dateutil==2.7.3
51+
python-jose==2.0.2
52+
pytz==2018.5
53+
PyYAML==3.13
54+
requests==2.19.1
55+
responses==0.9.0
56+
s3transfer==0.1.13
57+
scandir==1.9.0
58+
six==1.11.0
59+
urllib3==1.23
60+
websocket-client==0.51.0
61+
Werkzeug==0.14.1
62+
wrapt==1.10.11
63+
xmltodict==0.11.0

test/upstream-requirements-py37.txt

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
apipkg==1.5
2+
asn1crypto==0.24.0
3+
atomicwrites==1.2.0
4+
attrs==18.1.0
5+
aws-xray-sdk==0.95
6+
boto==2.49.0
7+
boto3==1.7.84
8+
botocore==1.10.84
9+
certifi==2018.8.24
10+
cffi==1.11.5
11+
chardet==3.0.4
12+
cookies==2.2.1
13+
coverage==4.5.1
14+
cryptography==2.3.1
15+
docker==3.5.0
16+
docker-pycreds==0.3.0
17+
docutils==0.14
18+
ecdsa==0.13
19+
execnet==1.5.0
20+
future==0.16.0
21+
hypothesis==3.63.0
22+
idna==2.7
23+
Jinja2==2.10
24+
jmespath==0.9.3
25+
jsondiff==1.1.1
26+
jsonpickle==0.9.6
27+
MarkupSafe==1.0
28+
mock==2.0.0
29+
more-itertools==4.3.0
30+
moto==1.3.5
31+
pbr==4.2.0
32+
pluggy==0.7.1
33+
py==1.6.0
34+
pyaml==17.12.1
35+
pycparser==2.18
36+
pycryptodome==3.6.6
37+
pytest==3.7.4
38+
pytest-cov==2.5.1
39+
pytest-forked==0.2
40+
pytest-mock==1.10.0
41+
pytest-xdist==1.23.0
42+
python-dateutil==2.7.3
43+
python-jose==2.0.2
44+
pytz==2018.5
45+
PyYAML==3.13
46+
requests==2.19.1
47+
responses==0.9.0
48+
s3transfer==0.1.13
49+
six==1.11.0
50+
urllib3==1.23
51+
websocket-client==0.51.0
52+
Werkzeug==0.14.1
53+
wrapt==1.10.11
54+
xmltodict==0.11.0

0 commit comments

Comments
 (0)