<project type="egg" packagedata="included">
  <namespaces>
    <package name="reahl"/>
  </namespaces>

  <translations locator="reahl.doc.examples.tutorial.i18nexamplebootstrap.i18nexamplebootstrapmessages"/>
  <configuration locator="reahl.doc.examples.tutorial.componentconfigbootstrap.componentconfigbootstrap:AddressConfig"/>

  <deps purpose="build">
    <thirdpartyegg name="setuptools-git" minversion="1.1" maxversion="1.1.999"/>
    <thirdpartyegg name="pytest-runner"/>
  </deps>

  <deps purpose="run">
    <egg name="reahl-web"/>
    <egg name="reahl-component"/>
    <egg name="reahl-sqlalchemysupport"/>
    <egg name="reahl-web-declarative"/>
    <egg name="reahl-domain"/>
    <egg name="reahl-domainui"/>
    <egg name="reahl-commands"/>
    <thirdpartyegg name="pytest" minversion="3.0"/>
    <thirdpartyegg name="setuptools" minversion="32.3.1"/>
  </deps>

  <extras name="pillow">
    <egg name="pillow"/>
  </extras>

  <deps purpose="test">
    <thirdpartyegg name="pytest" minversion="3.0"/>
    <thirdpartyegg name="Sphinx"/>
    <egg name="reahl-tofu"/>
    <egg name="reahl-stubble"/>
    <egg name="reahl-dev"/>
    <egg name="reahl-webdev"/>
    <egg name="reahl-postgresqlsupport"/>
    <egg name="reahl-sqlitesupport"/>
    <egg name="reahl-mysqlsupport"/>
  </deps>

    <persisted>
        <class locator="reahl.doc.examples.web.fileupload.fileupload:Comment"/>
        <class locator="reahl.doc.examples.web.fileupload.fileupload:AttachedFile"/>
        <class locator="reahl.doc.examples.tutorial.addressbook2.addressbook2:Address"/>
        <class locator="reahl.doc.examples.tutorial.addressbook2bootstrap.addressbook2bootstrap:Address"/>
        <class locator="reahl.doc.examples.tutorial.addressbook1.addressbook1:Address"/>
        <class locator="reahl.doc.examples.tutorial.pageflow1.pageflow1:Address"/>
        <class locator="reahl.doc.examples.tutorial.parameterised1.parameterised1:Address"/>
        <class locator="reahl.doc.examples.tutorial.parameterised2.parameterised2:Address"/>
        <class locator="reahl.doc.examples.tutorial.sessionscopebootstrap.sessionscopebootstrap:User"/>
        <class locator="reahl.doc.examples.tutorial.sessionscopebootstrap.sessionscopebootstrap:LoginSession"/>
        <class locator="reahl.doc.examples.tutorial.accessbootstrap.accessbootstrap:AddressBook"/>
        <class locator="reahl.doc.examples.tutorial.accessbootstrap.accessbootstrap:Collaborator"/>
        <class locator="reahl.doc.examples.tutorial.accessbootstrap.accessbootstrap:Address"/>
        <class locator="reahl.doc.examples.tutorial.i18nexamplebootstrap.i18nexamplebootstrap:Address"/>
        <class locator="reahl.doc.examples.tutorial.componentconfigbootstrap.componentconfigbootstrap:Address"/>
        <class locator="reahl.doc.examples.tutorial.migrationexamplebootstrap.migrationexamplebootstrap:Address"/>
        <class locator="reahl.doc.examples.tutorial.jobsbootstrap.jobsbootstrap:Address"/>
        <class locator="reahl.doc.examples.tutorial.tablebootstrap.tablebootstrap:Address"/>
        <class locator="reahl.doc.examples.tutorial.datatablebootstrap.datatablebootstrap:Address"/>
  </persisted>

  <schedule locator="reahl.doc.examples.tutorial.jobsbootstrap.jobsbootstrap:Address.clear_added_flags"/>

  <export entrypoint="reahl.component.commands" name="GetExample" locator="reahl.doc.commands:GetExample"/>
  <export entrypoint="reahl.component.commands" name="ListExamples" locator="reahl.doc.commands:ListExamples"/>


  <distpackage type="wheel">
    <packageindex repository="pypi"/>
  </distpackage>
  <distpackage type="sdist">
    <packageindex repository="pypi"/>
  </distpackage>

</project>
