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

argparse==1.4.0           # Command-line parsing library
argcomplete==1.1.1        # Bash tab completion for argparse
kerberos==1.2.4
pykerberos==1.1.10        # Kerberos high-level interface
requests==2.9.1
requests-kerberos==0.8.0  # A Kerberos authentication handler for python-requests
urllib3==1.15             # HTTP library with thread-safe connection pooling and file post support
wsgiref==0.1.2            # WSGI (PEP 333) Reference Library
dogpile==0.2.2
dogpile.core==0.4.1       # Caching API
dogpile.cache==0.5.7      # Caching API plugins
nose==1.3.7               # For rucio test-server
boto==2.39.0              # S3 boto protocol
tabulate==0.7.5           # Pretty-print tabular data
progressbar==2.3          # Text progress bar
bz2file==0.98             # Read and write bzip2-compressed files.
python-magic==0.4.11      # File type identification using libmagic