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

argparse==1.4.0           # Command-line parsing library
argcomplete==1.4.1        # Bash tab completion for argparse
kerberos==1.2.2
pykerberos==1.1.13        # Kerberos high-level interface
requests==2.10.0
requests-kerberos==0.10.0  # A Kerberos authentication handler for python-requests
urllib3==1.16             # 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.6.1      # Caching API plugins
nose==1.3.7               # For rucio test-server
boto==2.41.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.12      # File type identification using libmagic
