Ignore:
Timestamp:
12 Jun 2012, 10:19:39 (12 years ago)
Author:
uli
Message:

Decouple waeup.stress from waeup.kofa. We should be able to stress any package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.stress/trunk/setup.py

    r8672 r8693  
    99    'numpy',
    1010    'matplotlib',
    11     'waeup.kofa',
    1211    ],
    13 
    14 # Having beaker installed additionally is a feature very recommended
    15 # for production use. The default buildout includes beaker for tests,
    16 # start scripts, and other parts that can benefit from it. The windows
    17 # buildout does not include it due to compiling problems with the
    18 # beaker package.
    19 beaker_require = [
    20     'dolmen.beaker',
    21     ]
    2212
    2313tests_require = [
Note: See TracChangeset for help on using the changeset viewer.