File tree Expand file tree Collapse file tree 6 files changed +94
-13
lines changed Expand file tree Collapse file tree 6 files changed +94
-13
lines changed Original file line number Diff line number Diff line change
1
+ Django>=1.11
2
+ yoti
3
+ python-dotenv>=0.7.1
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change
1
+ flask>=0.10
2
+ yoti
3
+ python-dotenv>=0.7.1
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
1
9
click == 6.6
10
+ colorama == 0.3.9 # via pytest
2
11
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
5
16
itsdangerous == 0.24
6
- Jinja2 == 2.8
7
- MarkupSafe == 0.23
17
+ jinja2 == 2.8
18
+ markupsafe == 0.23
8
19
mock == 2.0.0
9
20
pbr == 1.10.0
21
+ pluggy == 0.6.0 # via pytest, tox
10
22
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
11
26
pytest == 3.3.2
27
+ pytz == 2018.4 # via django
12
28
requests == 2.11.1
13
29
six == 1.10.0
14
- tox >= 1.7.2
30
+ tox == 3.0.0
15
31
virtualenv == 13.1.2
16
- future == 0.15.2
17
- Werkzeug == 0.11.15
32
+ werkzeug == 0.11.15
18
33
wheel == 0.24.0
You can’t perform that action at this time.
0 commit comments