This repository was archived by the owner on May 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
ai_caller_service_v1/AI_service
compress-download-app/tasks/download
decompress-upload-app/tasks/decompress
health-check-service/functions/handlers/calculate_health_check
reference-image-service/functions/handlers/calculate_reference_image Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- amqp == 2.6 .1
2- asgiref == 3.4.1
3- awscli == 1.22.14
4- billiard == 3.6.4 .0
5- boto3 == 1.20.14
6- botocore == 1.23.14
1+ amqp == 5.1 .1
2+ asgiref == 3.5.2
3+ awscli == 1.25.30
4+ billiard == 4.0 .0
5+ boto3 == 1.24.30
6+ botocore == 1.27.30
77celery == 4.4.6
8- certifi == 2021.10.8
9- charset-normalizer == 2.0.9
10- click == 8.0 .3
8+ certifi == 2022.6.15
9+ charset-normalizer == 2.1.0
10+ click == 8.1 .3
1111click-didyoumean == 0.3.0
1212click-plugins == 1.1.1
1313click-repl == 0.2.0
14- colorama == 0.4.3
14+ colorama == 0.4.5
1515Deprecated == 1.2.13
1616Django == 3.2.9
17- django-filter == 21 .1
18- djangorestframework == 3.12.4
19- docutils == 0.15.2
17+ django-filter == 22 .1
18+ djangorestframework == 3.13.1
19+ docutils == 0.19
2020future == 0.18.2
2121idna == 3.3
22- jmespath == 0.10.0
23- kombu == 4.6.10
24- prompt-toolkit == 3.0.23
22+ jmespath == 1.0.1
23+ kombu == 5.2.4
24+ prompt-toolkit == 3.0.30
2525pyasn1 == 0.4.8
2626python-dateutil == 2.8.2
27- pytz == 2021.3
28- PyYAML == 5.4.1
29- redis == 4.0.2
30- requests == 2.26.0
31- rsa == 4.7.2
32- s3transfer == 0.5 .0
27+ pytz == 2022.1
28+ PyYAML == 6.0
29+ redis == 4.3.4
30+ requests == 2.28.1
31+ rsa == 4.8
32+ s3transfer == 0.6 .0
3333six == 1.16.0
3434sqlparse == 0.4.2
35- urllib3 == 1.26.7
36- vine == 1.3 .0
35+ urllib3 == 1.26.10
36+ vine == 5.0 .0
3737wcwidth == 0.2.5
38- wrapt == 1.13.3
38+ wrapt == 1.14.1
Original file line number Diff line number Diff line change 1- FROM python:3.8 -bullseye
1+ FROM python:3.10 -bullseye
22
33WORKDIR /app
44ADD ./requirements.txt .
Original file line number Diff line number Diff line change 1- FROM python:3.8 -bullseye
1+ FROM python:3.10 -bullseye
22
33RUN apt-get update
44RUN apt-get install -y \
Original file line number Diff line number Diff line change 11requests
22numpy
3- opencv-python == 4.5.4.58
4- Pillow == 9.0.1
5- scikit-image == 0.18 .3
6- scipy == 1.7.2
7- imageio == 2.10.4
3+ opencv-python == 4.6.0.66
4+ Pillow == 9.2.0
5+ scikit-image == 0.19 .3
6+ scipy == 1.8.1
7+ imageio == 2.19.3
Original file line number Diff line number Diff line change 11numpy
2- Pillow == 9.0.1
3- scikit-image == 0.18 .3
4- opencv-python == 4.5.4.58
5- scipy == 1.7.2
6- imageio == 2.10.4
2+ Pillow == 9.2.0
3+ scikit-image == 0.19 .3
4+ opencv-python == 4.6.0.66
5+ scipy == 1.8.1
6+ imageio == 2.19.3
Original file line number Diff line number Diff line change 1- amqp == 5.0.9
2- awscli == 1.22.39
3- billiard == 3.6.4 .0
4- boto3 == 1.20.39
5- botocore == 1.23.39
1+ amqp == 5.1.1
2+ awscli == 1.25.30
3+ billiard == 4.0 .0
4+ boto3 == 1.24.30
5+ botocore == 1.27.30
66cached-property == 1.5.2
7- celery == 5.2.3
8- cffi == 1.15.0
9- click == 8.0 .3
7+ celery == 5.2.7
8+ cffi == 1.15.1
9+ click == 8.1 .3
1010click-didyoumean == 0.3.0
1111click-plugins == 1.1.1
1212click-repl == 0.2.0
13- colorama == 0.4.3
14- cryptography == 36 .0.1
13+ colorama == 0.4.5
14+ cryptography == 37 .0.4
1515Deprecated == 1.2.13
16- docutils == 0.15.2
17- Flask == 2.0.2
16+ docutils == 0.19
17+ Flask == 2.1.3
1818Flask-Cors == 3.0.10
19- flower == 1.0 .0
19+ flower == 1.1 .0
2020gunicorn == 20.1.0
21- humanize == 3.13.1
22- importlib-metadata == 4.10.1
23- itsdangerous == 2.0.1
24- Jinja2 == 3.0.3
25- jmespath == 0.10.0
26- kombu == 5.2.3
27- MarkupSafe == 2.0 .1
21+ humanize == 4.2.3
22+ importlib-metadata == 4.12.0
23+ itsdangerous == 2.1.2
24+ Jinja2 == 3.1.2
25+ jmespath == 1.0.1
26+ kombu == 5.2.4
27+ MarkupSafe == 2.1 .1
2828packaging == 21.3
29- prometheus-client == 0.12.0
30- prompt-toolkit == 3.0.24
29+ prometheus-client == 0.14.1
30+ prompt-toolkit == 3.0.30
3131pyasn1 == 0.4.8
3232pycparser == 2.21
33- pyOpenSSL == 21 .0.0
34- pyparsing == 3.0.7
33+ pyOpenSSL == 22 .0.0
34+ pyparsing == 3.0.9
3535python-dateutil == 2.8.2
36- pytz == 2021.3
37- PyYAML == 5.4.1
38- redis == 4.1.1
39- rsa == 4.7.2
40- s3transfer == 0.5 .0
36+ pytz == 2022.1
37+ PyYAML == 6.0
38+ redis == 4.3.4
39+ rsa == 4.8
40+ s3transfer == 0.6 .0
4141six == 1.16.0
42- tornado == 6.1
43- typing-extensions == 4.0.1
44- urllib3 == 1.26.8
42+ tornado == 6.2
43+ typing-extensions == 4.3.0
44+ urllib3 == 1.26.10
4545vine == 5.0.0
4646wcwidth == 0.2.5
47- Werkzeug == 2.0 .2
48- wrapt == 1.13.3
49- zipp == 3.7.0
47+ Werkzeug == 2.1 .2
48+ wrapt == 1.14.1
49+ zipp == 3.8.1
You can’t perform that action at this time.
0 commit comments