# (1) Lines annotated with "#extended-lib" are excluded
# from the dependencies when we build the pip package

# (2) Lines annotated with "#basic-lib" are included in the basic
# version of the pip package (i.e., for "pip install localstack").

# (3) The remaining dependencies (those without markers) are only included in
# the "full" version of the pip package (i.e., "pip install localstack[full]").

airspeed>=0.5.14
# Use our "ext" version until this bug is fixed: https://github.com/awslabs/amazon-kinesis-client-python/issues/99
amazon_kclpy-ext==1.5.1
# amazon-kclpy==1.5.1
aws-sam-translator>=1.15.1
awscli>=1.14.18
boto>=2.49.0
boto3>=1.14.33                 #basic-lib
botocore>=1.12.13
black==21.6b0                  #extended-lib
cachetools>=3.1.1,<4.0.0
cbor2>=5.2.0
# coverage version should be synced with bin/Dockerfile.base
coverage>=5.5
coveralls==3.1.0
crontab>=0.22.6
# pin version to avoid Rust build issues: https://github.com/pyca/cryptography/issues/5771
cryptography<3.4
Cython                         #extended-lib
dnspython==1.16.0              #basic-lib
docopt>=0.6.2                  #basic-lib
elasticsearch>=7.0.0,<8.0.0
flake8>=3.6.0                  #extended-lib
flake8-black>=0.2.1            #extended-lib
flake8-isort>=4.0.0            #extended-lib
flake8-quotes>=0.11.0          #extended-lib
flask>=1.0.2
flask-cors>=3.0.3,<3.1.0
flask_swagger==0.2.12
forbiddenfruit==0.1.3
isort==5.9.1                   #extended-lib
jsondiff>=1.2.0
jsonpatch>=1.24,<2.0
jsonpath-rw>=1.4.0,<2.0.0
localstack-ext[full]>=0.12.9.30
localstack-ext>=0.12.9.30      #basic-lib
localstack-client>=1.20        #basic-lib
moto-ext[all]>=2.0.3.23
pre-commit==2.13.0             #extended-lib
psutil>=5.4.8,<6.0.0
pympler>=0.6
pyopenssl==17.5.0
pytest==6.2.4
pytest-rerunfailures==10.0
pyyaml>=5.1                    #basic-lib
Quart>=0.6.15
requests>=2.20.0,<2.26         #basic-lib
requests-aws4auth==0.9
sasl>=0.2.1
six>=1.12.0                    #basic-lib
xmltodict>=0.11.0
