<project type="egg" packagedata="included">
  <configuration locator="reahl.web.egg:WebConfig"/>

  <namespaces>
    <package name="reahl"/>
    <package name="reahl.messages"/>
  </namespaces>

  <translations locator="reahl.messages"/>

  <deps purpose="run">
    <egg name="reahl-component"/>
    <thirdpartyegg name="ply" minversion="3.8" maxversion="3.8.999"/>
    <thirdpartyegg name="slimit" minversion="0.8" maxversion="0.8.999"/>
    <thirdpartyegg name="cssmin" minversion="0.2" maxversion="0.2.999"/>
    <thirdpartyegg name="BeautifulSoup4" minversion="4.3" maxversion="4.3.999"/>
    <thirdpartyegg name="webob" minversion="1.4" maxversion="1.4.999"/> 
    <thirdpartyegg name="Babel" minversion="2.1" maxversion="2.1.999"/> 
  </deps>

  <deps purpose="test">
    <thirdpartyegg name="nose"/>
    <egg name="reahl-tofu"/>
    <egg name="reahl-stubble"/>
    <egg name="reahl-sqlalchemysupport"/>
    <egg name="reahl-postgresqlsupport"/>
    <egg name="reahl-web-declarative"/>
    <egg name="reahl-domain"/>
    <egg name="reahl-webdev"/>
    <egg name="reahl-dev"/>
  </deps>

  <deps purpose="build">
    <egg name="reahl-bzrsupport"/>
  </deps>

  <persisted>
  </persisted>

  <staticfiles>
    <file path="reahl/web/static/runningon.png"/>
  </staticfiles>

  <attachedfiles filetype="css">
    <file path="reahl/web/reahl.labelledinput.css"/>
    <file path="reahl/web/reahl.labeloverinput.css"/>
    <file path="reahl/web/reahl.menu.css"/>
    <file path="reahl/web/reahl.hmenu.css"/>
    <file path="reahl/web/reahl.slidingpanel.css"/>
  </attachedfiles>

  <attachedfiles filetype="js">
    <file path="reahl/web/reahl.form.js"/>
    <file path="reahl/web/reahl.cueinput.js"/>
    <file path="reahl/web/reahl.labeloverinput.js"/>
    <file path="reahl/web/reahl.fileuploadli.js"/>
    <file path="reahl/web/reahl.fileuploadpanel.js"/>
    <file path="reahl/web/reahl.popupa.js"/>
    <file path="reahl/web/reahl.slidingpanel.js"/>
  </attachedfiles>

  <alias name="unit" command="setup -- -q nosetests -s --with-id --nologcapture --tests=reahl/web_dev -i'.*' -t "/>
  
  <distpackage type="wheel">
    <packageindex repository="devpi"/>
  </distpackage>
  <distpackage type="sdist">
    <packageindex repository="devpi"/>
  </distpackage>
    
</project>
