<project type="egg" packagedata="included">
  <configuration locator="reahl.systemaccountmodel:SystemAccountConfig"/>

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

  <translations locator="reahl.messages"/>

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

  <deps purpose="run">
    <thirdpartyegg name="passlib" minversion="1.7.1" maxversion="1.7.9999"/>
    <egg name="reahl-component"/>
    <egg name="reahl-mailutil"/>
    <egg name="reahl-sqlalchemysupport"/>
    <egg name="reahl-web-declarative"/>
  </deps>

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

  <persisted>
    <class locator="reahl.partymodel:Party"/>
    <class locator="reahl.systemaccountmodel:SystemAccount"/>
    <class locator="reahl.systemaccountmodel:LoginSession"/>
    <class locator="reahl.systemaccountmodel:EmailAndPasswordSystemAccount"/>
    <class locator="reahl.systemaccountmodel:AccountManagementInterface"/>
    <class locator="reahl.systemaccountmodel:VerificationRequest"/>
    <class locator="reahl.systemaccountmodel:VerifyEmailRequest"/>
    <class locator="reahl.systemaccountmodel:NewPasswordRequest"/>
    <class locator="reahl.systemaccountmodel:ActivateAccount"/>
    <class locator="reahl.systemaccountmodel:ChangeAccountEmail"/>
    <class locator="reahl.workflowmodel:DeferredAction"/>
    <class locator="reahl.workflowmodel:Requirement"/>
    <class locator="reahl.workflowmodel:Queue"/>
    <class locator="reahl.workflowmodel:Task"/>
  </persisted>

  <schedule locator="reahl.workflowmodel:DeferredAction.check_deadline"/>

  <migrations>
      <class locator="reahl.domain.migrations:ElixirToDeclarativeDomainChanges"/>
      <class locator="reahl.domain.migrations:AddLoginSession"/>
      <class locator="reahl.domain.migrations:ChangeSchemaToBeMySqlCompatible"/>
      <class locator="reahl.domain.migrations:ChangePasswordHash"/>
      <class locator="reahl.domain.migrations:RemoveDeadApacheDigestColumn"/>
  </migrations>


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

</project>
