Skip to content

Commit 47120e5

Browse files
committed
Update requirements.txt to use pip-require, so all transitive packages and their sources are visible
1 parent 7b3ff12 commit 47120e5

File tree

6 files changed

+94
-13
lines changed

6 files changed

+94
-13
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Django>=1.11
2+
yoti
3+
python-dotenv>=0.7.1
Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1-
Django==1.11
2-
yoti
3-
python-dotenv>=0.7.1
1+
#
2+
# This file is autogenerated by pip-compile
3+
# To update, run:
4+
#
5+
# pip-compile --output-file requirements.txt requirements.in
6+
#
7+
asn1crypto==0.24.0 # via cryptography
8+
certifi==2018.4.16 # via requests
9+
cffi==1.11.5 # via cryptography
10+
chardet==3.0.4 # via requests
11+
cryptography==2.2.2 # via yoti
12+
django==1.11
13+
future==0.16.0 # via yoti
14+
idna==2.7 # via cryptography, requests
15+
protobuf==3.6.0 # via yoti
16+
pycparser==2.18 # via cffi
17+
python-dotenv==0.8.2
18+
pytz==2018.4 # via django
19+
requests==2.19.1 # via yoti
20+
six==1.11.0 # via cryptography, protobuf
21+
urllib3==1.23 # via requests
22+
yoti==2.2.0
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
flask>=0.10
2+
yoti
3+
python-dotenv>=0.7.1
Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1-
flask
2-
yoti
3-
python-dotenv>=0.7.1
1+
#
2+
# This file is autogenerated by pip-compile
3+
# To update, run:
4+
#
5+
# pip-compile --output-file requirements.txt requirements.in
6+
#
7+
asn1crypto==0.24.0 # via cryptography
8+
certifi==2018.4.16 # via requests
9+
cffi==1.11.5 # via cryptography
10+
chardet==3.0.4 # via requests
11+
click==6.7 # via flask
12+
cryptography==2.2.2 # via yoti
13+
flask==1.0.2
14+
future==0.16.0 # via yoti
15+
idna==2.7 # via cryptography, requests
16+
itsdangerous==0.24 # via flask
17+
jinja2==2.10 # via flask
18+
markupsafe==1.0 # via jinja2
19+
protobuf==3.6.0 # via yoti
20+
pycparser==2.18 # via cffi
21+
python-dotenv==0.8.2
22+
requests==2.19.1 # via yoti
23+
six==1.11.0 # via cryptography, protobuf
24+
urllib3==1.23 # via requests
25+
werkzeug==0.14.1 # via flask
26+
yoti==2.2.0

requirements.in

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
click==6.6
2+
cryptography==1.5.2
3+
Django==1.11
4+
flask==0.11.1
5+
itsdangerous==0.24
6+
Jinja2==2.8
7+
MarkupSafe==0.23
8+
mock==2.0.0
9+
pbr==1.10.0
10+
protobuf==3.1.0.post1
11+
pytest==3.3.2
12+
requests==2.11.1
13+
six==1.10.0
14+
tox>=1.7.2
15+
virtualenv==13.1.2
16+
future==0.15.2
17+
Werkzeug==0.11.15
18+
wheel==0.24.0

requirements.txt

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,33 @@
1+
#
2+
# This file is autogenerated by pip-compile
3+
# To update, run:
4+
#
5+
# pip-compile --output-file requirements.txt requirements.in
6+
#
7+
attrs==18.1.0 # via pytest
8+
cffi==1.11.5 # via cryptography
19
click==6.6
10+
colorama==0.3.9 # via pytest
211
cryptography==1.5.2
3-
Django==1.11
4-
Flask==0.11.1
12+
django==1.11
13+
flask==0.11.1
14+
future==0.15.2
15+
idna==2.7 # via cryptography
516
itsdangerous==0.24
6-
Jinja2==2.8
7-
MarkupSafe==0.23
17+
jinja2==2.8
18+
markupsafe==0.23
819
mock==2.0.0
920
pbr==1.10.0
21+
pluggy==0.6.0 # via pytest, tox
1022
protobuf==3.1.0.post1
23+
py==1.5.3 # via pytest, tox
24+
pyasn1==0.4.3 # via cryptography
25+
pycparser==2.18 # via cffi
1126
pytest==3.3.2
27+
pytz==2018.4 # via django
1228
requests==2.11.1
1329
six==1.10.0
14-
tox>=1.7.2
30+
tox==3.0.0
1531
virtualenv==13.1.2
16-
future==0.15.2
17-
Werkzeug==0.11.15
32+
werkzeug==0.11.15
1833
wheel==0.24.0

0 commit comments

Comments
 (0)