# -*- coding: utf-8 -*-
# Copyright 2017-2024, Schlumberger
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

Flask==3.0.3
azure-storage-blob==12.15.0
Authlib==1.3.2
PyYAML==6.0.1
requests==2.32.3
tqdm==4.66.3
urllib3==1.26.19

# Some versions of crc32c may have problems working on different platforms (for example Windows)
crc32c==2.4.1
boto3==1.26.6
alive-progress<2.0.0
