github.com/keithballdotnet/deis@v1.0.1-0.20141111034523-a4511c46a6ce/controller/dev_requirements.txt (about)

     1  # Deis client requirements
     2  docopt==0.6.2
     3  python-dateutil==2.2
     4  requests==2.4.3
     5  termcolor==1.1.0
     6  
     7  # PyInstaller builds client binaries
     8  PyInstaller==2.1
     9  
    10  # Deis documentation requirements
    11  Sphinx>=1.2.3
    12  smartypants>=1.8.6
    13  sphinxcontrib-httpdomain>=1.3.0
    14  
    15  # Run "make coverage" for the % of code exercised during tests
    16  coverage>=3.7.1
    17  
    18  # Generates template documentation in the Django admin
    19  docutils>=0.12
    20  
    21  # Run "make flake8" to check python syntax and style
    22  flake8==2.2.2
    23  
    24  # Used for mocking endpoints
    25  mock==1.0.1