# All dependencies needed to run rucio client should be defined here

argparse>=1.4.0             # Command-line parsing library
argcomplete>=1.9.4          # Bash tab completion for argparse
requests==2.18.4            # Python HTTP for Humans.
urllib3==1.22               # HTTP library with thread-safe connection pooling, file post, etc.
dogpile.cache>=0.6.4        # Caching API plugins
nose>=1.3.7                 # For rucio test-server
boto>=2.48.0                # S3 boto protocol
tabulate>=0.8.2             # Pretty-print tabular data
progressbar2>=3.35.2        # Text progress bar
bz2file>=0.98               # Read and write bzip2-compressed files.
python-magic>=0.4.15        # File type identification using libmagic
futures>=3.2.0              # Clean single-source support for Python 3 and 2
six>=1.11.0                 # Python 2 and 3 compatibility utilities
